aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure26
1 files changed, 18 insertions, 8 deletions
diff --git a/configure b/configure
index 4083c8386c1..675cb56533d 100755
--- a/configure
+++ b/configure
@@ -19761,7 +19761,15 @@ test "${exec_prefix}" != NONE &&
19761 19761
19762ac_config_files="$ac_config_files Makefile lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile test/automated/Makefile" 19762ac_config_files="$ac_config_files Makefile lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile test/automated/Makefile"
19763 19763
19764ac_config_commands="$ac_config_commands default" 19764
19765ac_config_commands="$ac_config_commands mkdirs"
19766
19767
19768ac_config_commands="$ac_config_commands epaths"
19769
19770
19771ac_config_commands="$ac_config_commands gdbinit"
19772
19765 19773
19766cat >confcache <<\_ACEOF 19774cat >confcache <<\_ACEOF
19767# This file is a shell script that caches the results of configure 19775# This file is a shell script that caches the results of configure
@@ -20546,7 +20554,9 @@ do
20546 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; 20554 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
20547 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 20555 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
20548 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; 20556 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;;
20549 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 20557 "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;;
20558 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;;
20559 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;;
20550 20560
20551 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 20561 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20552 esac 20562 esac
@@ -21276,21 +21286,20 @@ $as_echo X"$file" |
21276 done 21286 done
21277} 21287}
21278 ;; 21288 ;;
21279 "default":C) 21289 "mkdirs":C)
21280
21281### Make the necessary directories, if they don't exist.
21282for dir in etc lisp ; do 21290for dir in etc lisp ; do
21283 test -d ${dir} || mkdir ${dir} 21291 test -d ${dir} || mkdir ${dir}
21284done 21292done
21285 21293 ;;
21294 "epaths":C)
21286echo creating src/epaths.h 21295echo creating src/epaths.h
21287${MAKE-make} epaths-force 21296${MAKE-make} epaths-force
21288 21297 ;;
21298 "gdbinit":C)
21289if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then 21299if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
21290 echo creating src/.gdbinit 21300 echo creating src/.gdbinit
21291 echo source $srcdir/src/.gdbinit > src/.gdbinit 21301 echo source $srcdir/src/.gdbinit > src/.gdbinit
21292fi 21302fi
21293
21294 ;; 21303 ;;
21295 21304
21296 esac 21305 esac
@@ -21330,3 +21339,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21330$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 21339$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21331fi 21340fi
21332 21341
21342