From 40b65096a7b93e6113547f81cf10de36c03b27fa Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Apr 2012 06:17:26 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/configure | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" ;; -- 2.39.2