diff options
| author | Glenn Morris | 2011-05-25 06:19:20 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-05-25 06:19:20 -0400 |
| commit | 56ade35cd3f2a9051d12d8286b4925b7de4960cc (patch) | |
| tree | 14d7d7fccf76c85fe4892d99aa5840c8fd81102a | |
| parent | 51d5b4eca9d2bb0789c057cc7017179db5f2d5fe (diff) | |
| download | emacs-56ade35cd3f2a9051d12d8286b4925b7de4960cc.tar.gz emacs-56ade35cd3f2a9051d12d8286b4925b7de4960cc.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/autogen/configure b/autogen/configure index 782a866c7ed..23b0b104a0d 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -20909,17 +20909,21 @@ test "${prefix}" != NONE && | |||
| 20909 | test "${exec_prefix}" != NONE && | 20909 | test "${exec_prefix}" != NONE && |
| 20910 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | 20910 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` |
| 20911 | 20911 | ||
| 20912 | SUBDIR_MAKEFILES="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" | 20912 | SUBDIR_MAKEFILES="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" |
| 20913 | |||
| 20914 | ac_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" | ||
| 20915 | |||
| 20913 | 20916 | ||
| 20914 | opt_makefile=test/automated/Makefile | 20917 | opt_makefile=test/automated/Makefile |
| 20915 | 20918 | ||
| 20916 | test -f $srcdir/${opt_makefile}.in && \ | 20919 | if test -f $srcdir/${opt_makefile}.in; then |
| 20917 | SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile" | 20920 | SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile" |
| 20921 | ac_config_files="$ac_config_files test/automated/Makefile" | ||
| 20918 | 20922 | ||
| 20919 | SUBDIR_MAKEFILES_IN=`echo " lib/Makefile ${SUBDIR_MAKEFILES}" | sed -e 's| | $(srcdir)/|g' -e 's|Makefile|Makefile.in|g'` | 20923 | fi |
| 20920 | 20924 | ||
| 20925 | SUBDIR_MAKEFILES_IN=`echo " ${SUBDIR_MAKEFILES}" | sed -e 's| | $(srcdir)/|g' -e 's|Makefile|Makefile.in|g'` | ||
| 20921 | 20926 | ||
| 20922 | ac_config_files="$ac_config_files Makefile lib/Makefile ${SUBDIR_MAKEFILES}" | ||
| 20923 | 20927 | ||
| 20924 | 20928 | ||
| 20925 | ac_config_commands="$ac_config_commands mkdirs" | 20929 | ac_config_commands="$ac_config_commands mkdirs" |
| @@ -21720,7 +21724,17 @@ do | |||
| 21720 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | 21724 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 21721 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | 21725 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 21722 | "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; | 21726 | "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; |
| 21723 | "${SUBDIR_MAKEFILES}") CONFIG_FILES="$CONFIG_FILES ${SUBDIR_MAKEFILES}" ;; | 21727 | "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;; |
| 21728 | "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;; | ||
| 21729 | "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;; | ||
| 21730 | "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;; | ||
| 21731 | "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;; | ||
| 21732 | "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;; | ||
| 21733 | "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; | ||
| 21734 | "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; | ||
| 21735 | "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; | ||
| 21736 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; | ||
| 21737 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; | ||
| 21724 | "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;; | 21738 | "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;; |
| 21725 | "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; | 21739 | "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; |
| 21726 | "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; | 21740 | "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; |