diff options
| author | Glenn Morris | 2010-10-08 18:59:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-08 18:59:50 -0700 |
| commit | 613c83fc9f8ebf1c6f489bc2ae06c9194966c216 (patch) | |
| tree | 93926077db4e0a305ac552b862941e66a60e98d3 | |
| parent | 6e90e2a8df5bc5d2badc7fe3ad3f28808c35e62a (diff) | |
| download | emacs-613c83fc9f8ebf1c6f489bc2ae06c9194966c216.tar.gz emacs-613c83fc9f8ebf1c6f489bc2ae06c9194966c216.zip | |
Regenerate configure, src/config.in.
| -rwxr-xr-x | configure | 13 | ||||
| -rw-r--r-- | src/config.in | 14 |
2 files changed, 11 insertions, 16 deletions
| @@ -8058,7 +8058,6 @@ int | |||
| 8058 | main () | 8058 | main () |
| 8059 | { | 8059 | { |
| 8060 | char *data, *data2, *data3; | 8060 | char *data, *data2, *data3; |
| 8061 | const char *cdata2; | ||
| 8062 | int i, pagesize; | 8061 | int i, pagesize; |
| 8063 | int fd, fd2; | 8062 | int fd, fd2; |
| 8064 | 8063 | ||
| @@ -8083,10 +8082,10 @@ main () | |||
| 8083 | fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); | 8082 | fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); |
| 8084 | if (fd2 < 0) | 8083 | if (fd2 < 0) |
| 8085 | return 4; | 8084 | return 4; |
| 8086 | cdata2 = ""; | 8085 | data2 = ""; |
| 8087 | if (write (fd2, cdata2, 1) != 1) | 8086 | if (write (fd2, data2, 1) != 1) |
| 8088 | return 5; | 8087 | return 5; |
| 8089 | data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); | 8088 | data2 = mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); |
| 8090 | if (data2 == MAP_FAILED) | 8089 | if (data2 == MAP_FAILED) |
| 8091 | return 6; | 8090 | return 6; |
| 8092 | for (i = 0; i < pagesize; ++i) | 8091 | for (i = 0; i < pagesize; ++i) |
| @@ -9509,7 +9508,8 @@ $as_echo "no" >&6; } | |||
| 9509 | fi | 9508 | fi |
| 9510 | 9509 | ||
| 9511 | if test "${HAVE_GNUTLS}" = "yes"; then | 9510 | if test "${HAVE_GNUTLS}" = "yes"; then |
| 9512 | $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h | 9511 | |
| 9512 | $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h | ||
| 9513 | 9513 | ||
| 9514 | fi | 9514 | fi |
| 9515 | fi | 9515 | fi |
| @@ -15017,7 +15017,7 @@ test "${prefix}" != NONE && | |||
| 15017 | test "${exec_prefix}" != NONE && | 15017 | test "${exec_prefix}" != NONE && |
| 15018 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | 15018 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` |
| 15019 | 15019 | ||
| 15020 | ac_config_files="$ac_config_files 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" | 15020 | ac_config_files="$ac_config_files 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 doc/emacs/emacsver.texi" |
| 15021 | 15021 | ||
| 15022 | ac_config_commands="$ac_config_commands default" | 15022 | ac_config_commands="$ac_config_commands default" |
| 15023 | 15023 | ||
| @@ -15726,6 +15726,7 @@ do | |||
| 15726 | "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; | 15726 | "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; |
| 15727 | "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; | 15727 | "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; |
| 15728 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; | 15728 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; |
| 15729 | "doc/emacs/emacsver.texi") CONFIG_FILES="$CONFIG_FILES doc/emacs/emacsver.texi" ;; | ||
| 15729 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | 15730 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; |
| 15730 | 15731 | ||
| 15731 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 15732 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
diff --git a/src/config.in b/src/config.in index a09ebeabcec..add2ac73d55 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -255,7 +255,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 255 | /* Define to 1 if you have a gif (or ungif) library. */ | 255 | /* Define to 1 if you have a gif (or ungif) library. */ |
| 256 | #undef HAVE_GIF | 256 | #undef HAVE_GIF |
| 257 | 257 | ||
| 258 | /* Define if we have the GNU TLS library. */ | 258 | /* Define if using GnuTLS. */ |
| 259 | #undef HAVE_GNUTLS | 259 | #undef HAVE_GNUTLS |
| 260 | 260 | ||
| 261 | /* Define to 1 if you have the gpm library (-lgpm). */ | 261 | /* Define to 1 if you have the gpm library (-lgpm). */ |
| @@ -408,6 +408,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 408 | /* Define to 1 if you have the `Xext' library (-lXext). */ | 408 | /* Define to 1 if you have the `Xext' library (-lXext). */ |
| 409 | #undef HAVE_LIBXEXT | 409 | #undef HAVE_LIBXEXT |
| 410 | 410 | ||
| 411 | /* Define to 1 if you have the libxml library (-lxml2). */ | ||
| 412 | #undef HAVE_LIBXML2 | ||
| 413 | |||
| 411 | /* Define to 1 if you have the `Xmu' library (-lXmu). */ | 414 | /* Define to 1 if you have the `Xmu' library (-lXmu). */ |
| 412 | #undef HAVE_LIBXMU | 415 | #undef HAVE_LIBXMU |
| 413 | 416 | ||
| @@ -816,9 +819,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 816 | /* Define to 1 if you have the SM library (-lSM). */ | 819 | /* Define to 1 if you have the SM library (-lSM). */ |
| 817 | #undef HAVE_X_SM | 820 | #undef HAVE_X_SM |
| 818 | 821 | ||
| 819 | /* Define to 1 if you have the libxml2 library (-lxml2). */ | ||
| 820 | #undef HAVE_LIBXML2 | ||
| 821 | |||
| 822 | /* Define to 1 if you want to use the X window system. */ | 822 | /* Define to 1 if you want to use the X window system. */ |
| 823 | #undef HAVE_X_WINDOWS | 823 | #undef HAVE_X_WINDOWS |
| 824 | 824 | ||
| @@ -1097,12 +1097,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1097 | #include config_opsysfile | 1097 | #include config_opsysfile |
| 1098 | #include config_machfile | 1098 | #include config_machfile |
| 1099 | 1099 | ||
| 1100 | #if HAVE_GNUTLS | ||
| 1101 | #define LIBGNUTLS $(LIBGNUTLS_LIBS) | ||
| 1102 | #else /* not HAVE_GNUTLS */ | ||
| 1103 | #define LIBGNUTLS | ||
| 1104 | #endif /* not HAVE_GNUTLS */ | ||
| 1105 | |||
| 1106 | /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. | 1100 | /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. |
| 1107 | (There is probably a better place to do this, but right now the Cocoa | 1101 | (There is probably a better place to do this, but right now the Cocoa |
| 1108 | side does this in s/darwin.h and we cannot | 1102 | side does this in s/darwin.h and we cannot |