diff options
| author | Glenn Morris | 2013-07-24 06:17:36 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-07-24 06:17:36 -0400 |
| commit | 4c15c0f27f6677ea5abdf57c8db33cde8ae60780 (patch) | |
| tree | f34d657f8969fbb4ae8fc96b757d044bc600677e | |
| parent | a61dba1c5a5f32827eeda649c9421fc92d742a3d (diff) | |
| download | emacs-4c15c0f27f6677ea5abdf57c8db33cde8ae60780.tar.gz emacs-4c15c0f27f6677ea5abdf57c8db33cde8ae60780.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/autogen/configure b/autogen/configure index 73f92d98d08..fc0463a4a8d 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -28773,13 +28773,10 @@ SUBDIR_MAKEFILES_IN=`echo " ${SUBDIR_MAKEFILES}" | sed -e 's| | $(srcdir)/|g' -e | |||
| 28773 | 28773 | ||
| 28774 | 28774 | ||
| 28775 | 28775 | ||
| 28776 | ac_config_commands="$ac_config_commands mkdirs" | 28776 | ac_config_commands="$ac_config_commands src/epaths.h" |
| 28777 | 28777 | ||
| 28778 | 28778 | ||
| 28779 | ac_config_commands="$ac_config_commands epaths" | 28779 | ac_config_commands="$ac_config_commands src/.gdbinit" |
| 28780 | |||
| 28781 | |||
| 28782 | ac_config_commands="$ac_config_commands gdbinit" | ||
| 28783 | 28780 | ||
| 28784 | 28781 | ||
| 28785 | cat >confcache <<\_ACEOF | 28782 | cat >confcache <<\_ACEOF |
| @@ -29644,9 +29641,8 @@ do | |||
| 29644 | "nt/Makefile") CONFIG_FILES="$CONFIG_FILES nt/Makefile" ;; | 29641 | "nt/Makefile") CONFIG_FILES="$CONFIG_FILES nt/Makefile" ;; |
| 29645 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; | 29642 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; |
| 29646 | "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;; | 29643 | "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;; |
| 29647 | "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;; | 29644 | "src/epaths.h") CONFIG_COMMANDS="$CONFIG_COMMANDS src/epaths.h" ;; |
| 29648 | "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; | 29645 | "src/.gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS src/.gdbinit" ;; |
| 29649 | "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; | ||
| 29650 | 29646 | ||
| 29651 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 29647 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 29652 | esac | 29648 | esac |
| @@ -30365,22 +30361,15 @@ $as_echo X"$file" | | |||
| 30365 | done | 30361 | done |
| 30366 | } | 30362 | } |
| 30367 | ;; | 30363 | ;; |
| 30368 | "mkdirs":C) | 30364 | "src/epaths.h":C) |
| 30369 | for dir in etc lisp ; do | ||
| 30370 | test -d ${dir} || mkdir ${dir} | ||
| 30371 | done | ||
| 30372 | ;; | ||
| 30373 | "epaths":C) | ||
| 30374 | echo creating src/epaths.h | ||
| 30375 | if test "${opsys}" = "mingw32"; then | 30365 | if test "${opsys}" = "mingw32"; then |
| 30376 | ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force-w32 | 30366 | ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force-w32 |
| 30377 | else | 30367 | else |
| 30378 | ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force | 30368 | ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force |
| 30379 | fi | 30369 | fi |
| 30380 | ;; | 30370 | ;; |
| 30381 | "gdbinit":C) | 30371 | "src/.gdbinit":C) |
| 30382 | if test ! -f src/.gdbinit && test -f "$srcdir/src/.gdbinit"; then | 30372 | if test ! -f src/.gdbinit && test -f "$srcdir/src/.gdbinit"; then |
| 30383 | echo creating src/.gdbinit | ||
| 30384 | echo "source $srcdir/src/.gdbinit" > src/.gdbinit | 30373 | echo "source $srcdir/src/.gdbinit" > src/.gdbinit |
| 30385 | fi | 30374 | fi |
| 30386 | ;; | 30375 | ;; |