aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-06-02 06:17:26 -0400
committerGlenn Morris2012-06-02 06:17:26 -0400
commitd710c290c8c1e2c95d01b035e2e206210987d6a2 (patch)
tree3e84570b1093e4c0ef42ecba109b0c275b3e701e
parent42152ee47136b695a78289735d8e8fc7caa08e94 (diff)
downloademacs-d710c290c8c1e2c95d01b035e2e206210987d6a2.tar.gz
emacs-d710c290c8c1e2c95d01b035e2e206210987d6a2.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in1
-rwxr-xr-xautogen/configure19
2 files changed, 0 insertions, 20 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 7f9afd242c3..1c710967211 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -541,7 +541,6 @@ LTLIBINTL = @LTLIBINTL@
541LTLIBOBJS = @LTLIBOBJS@ 541LTLIBOBJS = @LTLIBOBJS@
542M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@ 542M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@
543M17N_FLT_LIBS = @M17N_FLT_LIBS@ 543M17N_FLT_LIBS = @M17N_FLT_LIBS@
544MAINT = @MAINT@
545MAKEINFO = @MAKEINFO@ 544MAKEINFO = @MAKEINFO@
546MKDEPDIR = @MKDEPDIR@ 545MKDEPDIR = @MKDEPDIR@
547MKDIR_P = @MKDIR_P@ 546MKDIR_P = @MKDIR_P@
diff --git a/autogen/configure b/autogen/configure
index 67619001e32..e2bbe20b15f 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1243,7 +1243,6 @@ build_vendor
1243build_cpu 1243build_cpu
1244build 1244build
1245PROFILING_CFLAGS 1245PROFILING_CFLAGS
1246MAINT
1247GZIP_INFO 1246GZIP_INFO
1248cache_file 1247cache_file
1249am__untar 1248am__untar
@@ -1352,7 +1351,6 @@ with_gameuser
1352with_gnustep_conf 1351with_gnustep_conf
1353enable_ns_self_contained 1352enable_ns_self_contained
1354enable_asserts 1353enable_asserts
1355enable_maintainer_mode
1356enable_locallisppath 1354enable_locallisppath
1357enable_checking 1355enable_checking
1358enable_use_lisp_union_type 1356enable_use_lisp_union_type
@@ -1999,9 +1997,6 @@ Optional Features:
1999 --disable-ns-self-contained 1997 --disable-ns-self-contained
2000 disable self contained build under NeXTstep 1998 disable self contained build under NeXTstep
2001 --enable-asserts compile code with asserts enabled 1999 --enable-asserts compile code with asserts enabled
2002 --disable-maintainer-mode
2003 disable make rules and dependencies not useful (and
2004 sometimes confusing) to the casual installer
2005 --enable-locallisppath=PATH 2000 --enable-locallisppath=PATH
2006 directories Emacs should search for lisp files 2001 directories Emacs should search for lisp files
2007 specific to this site 2002 specific to this site
@@ -4199,20 +4194,6 @@ else
4199fi 4194fi
4200 4195
4201 4196
4202# Check whether --enable-maintainer-mode was given.
4203if test "${enable_maintainer_mode+set}" = set; then :
4204 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4205else
4206 USE_MAINTAINER_MODE=yes
4207fi
4208
4209if test $USE_MAINTAINER_MODE = yes; then
4210 MAINT=
4211else
4212 MAINT=#
4213fi
4214
4215
4216# Check whether --enable-locallisppath was given. 4197# Check whether --enable-locallisppath was given.
4217if test "${enable_locallisppath+set}" = set; then : 4198if test "${enable_locallisppath+set}" = set; then :
4218 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then 4199 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then