diff options
| author | Glenn Morris | 2012-05-18 06:17:28 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-18 06:17:28 -0400 |
| commit | adf4198e98a7a664d2a624c06220210227a3c096 (patch) | |
| tree | eb7bc5c911231db49f52408591c6b9582e179cd9 | |
| parent | 784b56e25bda24e9c1e0689f1d71d3cf6fe5d552 (diff) | |
| download | emacs-adf4198e98a7a664d2a624c06220210227a3c096.tar.gz emacs-adf4198e98a7a664d2a624c06220210227a3c096.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 1 | ||||
| -rwxr-xr-x | autogen/configure | 16 |
2 files changed, 11 insertions, 6 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 7029746b9bd..956a8373684 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -476,6 +476,7 @@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ | |||
| 476 | INFO_EXT = @INFO_EXT@ | 476 | INFO_EXT = @INFO_EXT@ |
| 477 | INFO_OPTS = @INFO_OPTS@ | 477 | INFO_OPTS = @INFO_OPTS@ |
| 478 | INSTALL = @INSTALL@ | 478 | INSTALL = @INSTALL@ |
| 479 | INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@ | ||
| 479 | INSTALL_DATA = @INSTALL_DATA@ | 480 | INSTALL_DATA = @INSTALL_DATA@ |
| 480 | INSTALL_INFO = @INSTALL_INFO@ | 481 | INSTALL_INFO = @INSTALL_INFO@ |
| 481 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 482 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
diff --git a/autogen/configure b/autogen/configure index 1c699212665..e397eb8f4b2 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1165,6 +1165,7 @@ NS_OBJC_OBJ | |||
| 1165 | NS_OBJ | 1165 | NS_OBJ |
| 1166 | ns_self_contained | 1166 | ns_self_contained |
| 1167 | LEIM_INSTALLDIR | 1167 | LEIM_INSTALLDIR |
| 1168 | INSTALL_ARCH_INDEP_EXTRA | ||
| 1168 | TEMACS_LDFLAGS2 | 1169 | TEMACS_LDFLAGS2 |
| 1169 | LD_SWITCH_X_SITE_RPATH | 1170 | LD_SWITCH_X_SITE_RPATH |
| 1170 | XMKMF | 1171 | XMKMF |
| @@ -4482,12 +4483,12 @@ case "${canonical}" in | |||
| 4482 | * ) unported=yes ;; | 4483 | * ) unported=yes ;; |
| 4483 | esac | 4484 | esac |
| 4484 | opsys=darwin | 4485 | opsys=darwin |
| 4485 | # Use fink packages if available. | 4486 | ## Use fink packages if available. |
| 4486 | # FIXME? Is it really our business to decide this for the user? | 4487 | ## FIXME find a better way to do this: http://debbugs.gnu.org/11507 |
| 4487 | if test -d /sw/include && test -d /sw/lib; then | 4488 | ## if test -d /sw/include && test -d /sw/lib; then |
| 4488 | GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" | 4489 | ## GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" |
| 4489 | NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} | 4490 | ## NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} |
| 4490 | fi | 4491 | ## fi |
| 4491 | ;; | 4492 | ;; |
| 4492 | 4493 | ||
| 4493 | ## HP 9000 series 700 and 800, running HP/UX | 4494 | ## HP 9000 series 700 and 800, running HP/UX |
| @@ -10109,6 +10110,7 @@ $as_echo "#define NS_HAVE_NSINTEGER 1" >>confdefs.h | |||
| 10109 | fi | 10110 | fi |
| 10110 | 10111 | ||
| 10111 | 10112 | ||
| 10113 | INSTALL_ARCH_INDEP_EXTRA=install-etc | ||
| 10112 | LEIM_INSTALLDIR="\${install_prefix}/leim" | 10114 | LEIM_INSTALLDIR="\${install_prefix}/leim" |
| 10113 | ns_self_contained=no | 10115 | ns_self_contained=no |
| 10114 | ns_frag=/dev/null | 10116 | ns_frag=/dev/null |
| @@ -10133,6 +10135,7 @@ if test "${HAVE_NS}" = yes; then | |||
| 10133 | infodir="\${ns_appresdir}/info" | 10135 | infodir="\${ns_appresdir}/info" |
| 10134 | lispdir="\${ns_appresdir}/lisp" | 10136 | lispdir="\${ns_appresdir}/lisp" |
| 10135 | LEIM_INSTALLDIR="\${ns_appresdir}/leim" | 10137 | LEIM_INSTALLDIR="\${ns_appresdir}/leim" |
| 10138 | INSTALL_ARCH_INDEP_EXTRA= | ||
| 10136 | fi | 10139 | fi |
| 10137 | ns_frag=$srcdir/src/ns.mk | 10140 | ns_frag=$srcdir/src/ns.mk |
| 10138 | NS_OBJ="fontset.o fringe.o image.o" | 10141 | NS_OBJ="fontset.o fringe.o image.o" |
| @@ -10147,6 +10150,7 @@ CPPFLAGS="$tmp_CPPFLAGS" | |||
| 10147 | 10150 | ||
| 10148 | 10151 | ||
| 10149 | 10152 | ||
| 10153 | |||
| 10150 | case "${window_system}" in | 10154 | case "${window_system}" in |
| 10151 | x11 ) | 10155 | x11 ) |
| 10152 | HAVE_X_WINDOWS=yes | 10156 | HAVE_X_WINDOWS=yes |