Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2011-05-24 00:03:44 -04:00
parent 6c7e099d06
commit a877df060d
2 changed files with 12 additions and 1 deletions

View 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@

12
autogen/configure vendored
View file

@ -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"