Changeset 4466
- Timestamp:
- 10/20/03 02:47:50 (19 years ago)
- Location:
- trunk/j
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/configure
r4457 r4466 1589 1589 1590 1590 1591 ac_config_files="$ac_config_files Makefile src/Makefile src/jpty/Makefile src/gnu/regexp/Makefile src/org/armedbear/j/Makefile src/org/armedbear/j/version src/org/armedbear/j/mail/Makefile src/org/armedbear/j/jdb/Makefile src/org/armedbear/lisp/Makefile j"1591 ac_config_files="$ac_config_files Makefile src/Makefile src/jpty/Makefile src/gnu/regexp/Makefile src/org/armedbear/j/Makefile src/org/armedbear/j/version src/org/armedbear/j/mail/Makefile src/org/armedbear/j/jdb/Makefile src/org/armedbear/lisp/Makefile j lisp" 1592 1592 cat >confcache <<\_ACEOF 1593 1593 # This file is a shell script that caches the results of configure … … 2150 2150 "src/org/armedbear/lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/org/armedbear/lisp/Makefile" ;; 2151 2151 "j" ) CONFIG_FILES="$CONFIG_FILES j" ;; 2152 "lisp" ) CONFIG_FILES="$CONFIG_FILES lisp" ;; 2152 2153 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 2153 2154 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} -
trunk/j/configure.in
r4457 r4466 2 2 dnl 3 3 dnl Copyright (C) 1998-2003 Peter Graves 4 dnl $Id: configure.in,v 1.16 3 2003-10-19 17:47:44piso Exp $4 dnl $Id: configure.in,v 1.164 2003-10-20 02:46:39 piso Exp $ 5 5 dnl 6 6 dnl This program is free software; you can redistribute it and/or … … 18 18 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 19 20 AC_REVISION($Revision: 1.16 3$)20 AC_REVISION($Revision: 1.164 $) 21 21 22 22 BOOTFILE=./configure-options … … 236 236 src/org/armedbear/lisp/Makefile 237 237 j 238 lisp 238 239 ]) 239 240
Note: See TracChangeset
for help on using the changeset viewer.