Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2012-06-02 06:17:26 -04:00
parent 42152ee471
commit d710c290c8
2 changed files with 0 additions and 20 deletions

View file

@ -541,7 +541,6 @@ LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@
M17N_FLT_LIBS = @M17N_FLT_LIBS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDEPDIR = @MKDEPDIR@
MKDIR_P = @MKDIR_P@

19
autogen/configure vendored
View file

@ -1243,7 +1243,6 @@ build_vendor
build_cpu
build
PROFILING_CFLAGS
MAINT
GZIP_INFO
cache_file
am__untar
@ -1352,7 +1351,6 @@ with_gameuser
with_gnustep_conf
enable_ns_self_contained
enable_asserts
enable_maintainer_mode
enable_locallisppath
enable_checking
enable_use_lisp_union_type
@ -1999,9 +1997,6 @@ Optional Features:
--disable-ns-self-contained
disable self contained build under NeXTstep
--enable-asserts compile code with asserts enabled
--disable-maintainer-mode
disable make rules and dependencies not useful (and
sometimes confusing) to the casual installer
--enable-locallisppath=PATH
directories Emacs should search for lisp files
specific to this site
@ -4199,20 +4194,6 @@ else
fi
# Check whether --enable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then :
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
else
USE_MAINTAINER_MODE=yes
fi
if test $USE_MAINTAINER_MODE = yes; then
MAINT=
else
MAINT=#
fi
# Check whether --enable-locallisppath was given.
if test "${enable_locallisppath+set}" = set; then :
enableval=$enable_locallisppath; if test "${enableval}" = "no"; then