aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ohler2011-01-13 03:22:13 +1100
committerChristian Ohler2011-01-13 03:22:13 +1100
commitea062854af17fa1c75d17557dd3e157cb4952667 (patch)
tree6beb3e3d443c38bdf45f58892dce2373ad575fa8
parentd221e7808c01fdc9234734f95ecf49e902085ddd (diff)
downloademacs-ea062854af17fa1c75d17557dd3e157cb4952667.tar.gz
emacs-ea062854af17fa1c75d17557dd3e157cb4952667.zip
configure: Regenerated.
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index c9fe163096d..3d940710362 100755
--- a/configure
+++ b/configure
@@ -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 &&
15039test "${exec_prefix}" != NONE && 15041test "${exec_prefix}" != NONE &&
15040 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` 15042 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
15041 15043
15042ac_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" 15044ac_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
15044ac_config_commands="$ac_config_commands default" 15046ac_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;;