diff options
| author | Christian Ohler | 2011-01-13 03:22:13 +1100 |
|---|---|---|
| committer | Christian Ohler | 2011-01-13 03:22:13 +1100 |
| commit | ea062854af17fa1c75d17557dd3e157cb4952667 (patch) | |
| tree | 6beb3e3d443c38bdf45f58892dce2373ad575fa8 | |
| parent | d221e7808c01fdc9234734f95ecf49e902085ddd (diff) | |
| download | emacs-ea062854af17fa1c75d17557dd3e157cb4952667.tar.gz emacs-ea062854af17fa1c75d17557dd3e157cb4952667.zip | |
configure: Regenerated.
| -rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -11442,6 +11442,8 @@ else | |||
| 11442 | # ifdef _MSC_VER | 11442 | # ifdef _MSC_VER |
| 11443 | # include <malloc.h> | 11443 | # include <malloc.h> |
| 11444 | # define alloca _alloca | 11444 | # define alloca _alloca |
| 11445 | # elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) | ||
| 11446 | # include <stdlib.h> | ||
| 11445 | # else | 11447 | # else |
| 11446 | # ifdef HAVE_ALLOCA_H | 11448 | # ifdef HAVE_ALLOCA_H |
| 11447 | # include <alloca.h> | 11449 | # include <alloca.h> |
| @@ -15039,7 +15041,7 @@ test "${prefix}" != NONE && | |||
| 15039 | test "${exec_prefix}" != NONE && | 15041 | test "${exec_prefix}" != NONE && |
| 15040 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | 15042 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` |
| 15041 | 15043 | ||
| 15042 | 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" | 15044 | 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 test/automated/Makefile" |
| 15043 | 15045 | ||
| 15044 | ac_config_commands="$ac_config_commands default" | 15046 | ac_config_commands="$ac_config_commands default" |
| 15045 | 15047 | ||
| @@ -15767,6 +15769,7 @@ do | |||
| 15767 | "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; | 15769 | "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; |
| 15768 | "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; | 15770 | "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; |
| 15769 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; | 15771 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; |
| 15772 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; | ||
| 15770 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | 15773 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; |
| 15771 | 15774 | ||
| 15772 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 15775 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |