aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2005-11-03 17:00:04 +0000
committerAndreas Schwab2005-11-03 17:00:04 +0000
commit46e35e9fe31cc9c5360dc923e4d5b0f28f5ecd64 (patch)
treecc3ee5a447db20ef50cba94b42f180112ddf6f15
parent19b6b5d397090ee30671364fad7058306434d283 (diff)
downloademacs-46e35e9fe31cc9c5360dc923e4d5b0f28f5ecd64.tar.gz
emacs-46e35e9fe31cc9c5360dc923e4d5b0f28f5ecd64.zip
Regenerate.
-rwxr-xr-xconfigure20
1 files changed, 10 insertions, 10 deletions
diff --git a/configure b/configure
index 02bebf4712b..1cf5f21d0b2 100755
--- a/configure
+++ b/configure
@@ -310,7 +310,7 @@ ac_includes_default="\
310# include <unistd.h> 310# include <unistd.h>
311#endif" 311#endif"
312 312
313ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO GZIP EGREP LIBSOUND SET_MAKE PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS GETOPT_H GETOPTOBJS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile carbon_appdir LTLIBOBJS' 313ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO GZIP_PROG EGREP LIBSOUND SET_MAKE PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS GETOPT_H GETOPTOBJS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile carbon_appdir LTLIBOBJS'
314ac_subst_files='' 314ac_subst_files=''
315 315
316# Initialize some variables set by options. 316# Initialize some variables set by options.
@@ -4197,12 +4197,12 @@ fi
4197set dummy gzip; ac_word=$2 4197set dummy gzip; ac_word=$2
4198echo "$as_me:$LINENO: checking for $ac_word" >&5 4198echo "$as_me:$LINENO: checking for $ac_word" >&5
4199echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4199echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4200if test "${ac_cv_path_GZIP+set}" = set; then 4200if test "${ac_cv_path_GZIP_PROG+set}" = set; then
4201 echo $ECHO_N "(cached) $ECHO_C" >&6 4201 echo $ECHO_N "(cached) $ECHO_C" >&6
4202else 4202else
4203 case $GZIP in 4203 case $GZIP_PROG in
4204 [\\/]* | ?:[\\/]*) 4204 [\\/]* | ?:[\\/]*)
4205 ac_cv_path_GZIP="$GZIP" # Let the user override the test with a path. 4205 ac_cv_path_GZIP_PROG="$GZIP_PROG" # Let the user override the test with a path.
4206 ;; 4206 ;;
4207 *) 4207 *)
4208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -4212,7 +4212,7 @@ do
4212 test -z "$as_dir" && as_dir=. 4212 test -z "$as_dir" && as_dir=.
4213 for ac_exec_ext in '' $ac_executable_extensions; do 4213 for ac_exec_ext in '' $ac_executable_extensions; do
4214 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4214 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4215 ac_cv_path_GZIP="$as_dir/$ac_word$ac_exec_ext" 4215 ac_cv_path_GZIP_PROG="$as_dir/$ac_word$ac_exec_ext"
4216 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4216 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4217 break 2 4217 break 2
4218 fi 4218 fi
@@ -4222,11 +4222,11 @@ done
4222 ;; 4222 ;;
4223esac 4223esac
4224fi 4224fi
4225GZIP=$ac_cv_path_GZIP 4225GZIP_PROG=$ac_cv_path_GZIP_PROG
4226 4226
4227if test -n "$GZIP"; then 4227if test -n "$GZIP_PROG"; then
4228 echo "$as_me:$LINENO: result: $GZIP" >&5 4228 echo "$as_me:$LINENO: result: $GZIP_PROG" >&5
4229echo "${ECHO_T}$GZIP" >&6 4229echo "${ECHO_T}$GZIP_PROG" >&6
4230else 4230else
4231 echo "$as_me:$LINENO: result: no" >&5 4231 echo "$as_me:$LINENO: result: no" >&5
4232echo "${ECHO_T}no" >&6 4232echo "${ECHO_T}no" >&6
@@ -23179,7 +23179,7 @@ s,@INSTALL_DATA@,$INSTALL_DATA,;t t
23179s,@RANLIB@,$RANLIB,;t t 23179s,@RANLIB@,$RANLIB,;t t
23180s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 23180s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
23181s,@INSTALL_INFO@,$INSTALL_INFO,;t t 23181s,@INSTALL_INFO@,$INSTALL_INFO,;t t
23182s,@GZIP@,$GZIP,;t t 23182s,@GZIP_PROG@,$GZIP_PROG,;t t
23183s,@EGREP@,$EGREP,;t t 23183s,@EGREP@,$EGREP,;t t
23184s,@LIBSOUND@,$LIBSOUND,;t t 23184s,@LIBSOUND@,$LIBSOUND,;t t
23185s,@SET_MAKE@,$SET_MAKE,;t t 23185s,@SET_MAKE@,$SET_MAKE,;t t