diff options
| author | Glenn Morris | 2012-06-02 06:17:26 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-02 06:17:26 -0400 |
| commit | d710c290c8c1e2c95d01b035e2e206210987d6a2 (patch) | |
| tree | 3e84570b1093e4c0ef42ecba109b0c275b3e701e | |
| parent | 42152ee47136b695a78289735d8e8fc7caa08e94 (diff) | |
| download | emacs-d710c290c8c1e2c95d01b035e2e206210987d6a2.tar.gz emacs-d710c290c8c1e2c95d01b035e2e206210987d6a2.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 1 | ||||
| -rwxr-xr-x | autogen/configure | 19 |
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@ | |||
| 541 | LTLIBOBJS = @LTLIBOBJS@ | 541 | LTLIBOBJS = @LTLIBOBJS@ |
| 542 | M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@ | 542 | M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@ |
| 543 | M17N_FLT_LIBS = @M17N_FLT_LIBS@ | 543 | M17N_FLT_LIBS = @M17N_FLT_LIBS@ |
| 544 | MAINT = @MAINT@ | ||
| 545 | MAKEINFO = @MAKEINFO@ | 544 | MAKEINFO = @MAKEINFO@ |
| 546 | MKDEPDIR = @MKDEPDIR@ | 545 | MKDEPDIR = @MKDEPDIR@ |
| 547 | MKDIR_P = @MKDIR_P@ | 546 | MKDIR_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 | |||
| 1243 | build_cpu | 1243 | build_cpu |
| 1244 | build | 1244 | build |
| 1245 | PROFILING_CFLAGS | 1245 | PROFILING_CFLAGS |
| 1246 | MAINT | ||
| 1247 | GZIP_INFO | 1246 | GZIP_INFO |
| 1248 | cache_file | 1247 | cache_file |
| 1249 | am__untar | 1248 | am__untar |
| @@ -1352,7 +1351,6 @@ with_gameuser | |||
| 1352 | with_gnustep_conf | 1351 | with_gnustep_conf |
| 1353 | enable_ns_self_contained | 1352 | enable_ns_self_contained |
| 1354 | enable_asserts | 1353 | enable_asserts |
| 1355 | enable_maintainer_mode | ||
| 1356 | enable_locallisppath | 1354 | enable_locallisppath |
| 1357 | enable_checking | 1355 | enable_checking |
| 1358 | enable_use_lisp_union_type | 1356 | enable_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 | |||
| 4199 | fi | 4194 | fi |
| 4200 | 4195 | ||
| 4201 | 4196 | ||
| 4202 | # Check whether --enable-maintainer-mode was given. | ||
| 4203 | if test "${enable_maintainer_mode+set}" = set; then : | ||
| 4204 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval | ||
| 4205 | else | ||
| 4206 | USE_MAINTAINER_MODE=yes | ||
| 4207 | fi | ||
| 4208 | |||
| 4209 | if test $USE_MAINTAINER_MODE = yes; then | ||
| 4210 | MAINT= | ||
| 4211 | else | ||
| 4212 | MAINT=# | ||
| 4213 | fi | ||
| 4214 | |||
| 4215 | |||
| 4216 | # Check whether --enable-locallisppath was given. | 4197 | # Check whether --enable-locallisppath was given. |
| 4217 | if test "${enable_locallisppath+set}" = set; then : | 4198 | if test "${enable_locallisppath+set}" = set; then : |
| 4218 | enableval=$enable_locallisppath; if test "${enableval}" = "no"; then | 4199 | enableval=$enable_locallisppath; if test "${enableval}" = "no"; then |