]> code.delx.au - gnu-emacs/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Tue, 24 May 2011 04:03:44 +0000 (00:03 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 24 May 2011 04:03:44 +0000 (00:03 -0400)
autogen/Makefile.in
autogen/configure

index daff172c567ebee4f9ce3c475a0d9ea44374c2a7..423252c48a8ff7b1cd5d55024506da84b5484071 100644 (file)
@@ -508,6 +508,7 @@ OBJEXT = @OBJEXT@
 OLDXMENU = @OLDXMENU@
 OLDXMENU_DEPS = @OLDXMENU_DEPS@
 OLDXMENU_TARGET = @OLDXMENU_TARGET@
+OPT_MAKEFILES_IN = @OPT_MAKEFILES_IN@
 OTHER_FILES = @OTHER_FILES@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index dbeeb91456d9dcb503e34321d140ec0ccc882034..c457ecd46260017c83c374059954c70b6412670d 100755 (executable)
@@ -603,6 +603,7 @@ am__EXEEXT_FALSE
 am__EXEEXT_TRUE
 LTLIBOBJS
 LIBOBJS
+OPT_MAKEFILES_IN
 LIB_GCC
 LD_FIRSTFLAG
 LD_SWITCH_SYSTEM_TEMACS
@@ -20908,7 +20909,16 @@ test "${prefix}" != NONE &&
 test "${exec_prefix}" != NONE &&
   exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
 
-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 test/automated/Makefile"
+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"
+
+
+if test -f $srcdir/test/automated/Makefile.in; then
+  OPT_MAKEFILES_IN=test/automated/Makefile.in
+  ac_config_files="$ac_config_files test/automated/Makefile"
+
+else
+  OPT_MAKEFILES_IN=
+fi
 
 
 ac_config_commands="$ac_config_commands mkdirs"