From a877df060de456381a66c387c3973371234776c1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 24 May 2011 00:03:44 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/Makefile.in | 1 + autogen/configure | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/autogen/Makefile.in b/autogen/Makefile.in index daff172c567..423252c48a8 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in @@ -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@ diff --git a/autogen/configure b/autogen/configure index dbeeb91456d..c457ecd4626 100755 --- a/autogen/configure +++ b/autogen/configure @@ -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" -- 2.39.2