diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-10 06:17:26 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-10 06:17:26 -0400 |
commit | 40b65096a7b93e6113547f81cf10de36c03b27fa (patch) | |
tree | 74eb8a0f3d5acd883fcc3fe72812a80c8f8892cc /autogen | |
parent | 57c3bd0133dd6f06b1d2882078778ed437be8c22 (diff) | |
download | emacs-40b65096a7b93e6113547f81cf10de36c03b27fa.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-x | autogen/configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure index 26b13d971f7..63e9348bb0c 100755 --- a/autogen/configure +++ b/autogen/configure @@ -22430,6 +22430,16 @@ if test -f $srcdir/${opt_makefile}.in; then fi + +opt_makefile=admin/unidata/Makefile + +if test -f $srcdir/${opt_makefile}.in; then + SUBDIR_MAKEFILES="$SUBDIR_MAKEFILES $opt_makefile" + ac_config_files="$ac_config_files admin/unidata/Makefile" + +fi + + SUBDIR_MAKEFILES_IN=`echo " ${SUBDIR_MAKEFILES}" | sed -e 's| | $(srcdir)/|g' -e 's|Makefile|Makefile.in|g'` @@ -23259,6 +23269,7 @@ do "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; + "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;; "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;; "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; |