aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2005-07-26 21:44:41 +0000
committerPaul Eggert2005-07-26 21:44:41 +0000
commit52dbaac8bab7858f3bd7e204431e12154309cde8 (patch)
treee5a030a1f487f8d9d4722ff0fb6b98a7bec73dd4
parent9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c (diff)
downloademacs-52dbaac8bab7858f3bd7e204431e12154309cde8.tar.gz
emacs-52dbaac8bab7858f3bd7e204431e12154309cde8.zip
Regenerate.
-rwxr-xr-xconfigure488
-rw-r--r--src/config.in16
2 files changed, 500 insertions, 4 deletions
diff --git a/configure b/configure
index 04887f10487..f16082beff3 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 EGREP LIBSOUND SET_MAKE PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS 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 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.
@@ -16828,6 +16828,490 @@ _ACEOF
16828fi 16828fi
16829 16829
16830 16830
16831# Configure getopt.
16832# getopt.m4 serial 10
16833
16834# The getopt module assume you want GNU getopt, with getopt_long etc,
16835# rather than vanilla POSIX getopt. This means your your code should
16836# always include <getopt.h> for the getopt prototypes.
16837
16838
16839
16840
16841
16842
16843
16844
16845
16846
16847
16848# Prerequisites of lib/getopt*.
16849
16850
16851
16852 GETOPT_H=
16853
16854for ac_header in getopt.h
16855do
16856as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16857if eval "test \"\${$as_ac_Header+set}\" = set"; then
16858 echo "$as_me:$LINENO: checking for $ac_header" >&5
16859echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16860if eval "test \"\${$as_ac_Header+set}\" = set"; then
16861 echo $ECHO_N "(cached) $ECHO_C" >&6
16862fi
16863echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16864echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16865else
16866 # Is the header compilable?
16867echo "$as_me:$LINENO: checking $ac_header usability" >&5
16868echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16869cat >conftest.$ac_ext <<_ACEOF
16870/* confdefs.h. */
16871_ACEOF
16872cat confdefs.h >>conftest.$ac_ext
16873cat >>conftest.$ac_ext <<_ACEOF
16874/* end confdefs.h. */
16875$ac_includes_default
16876#include <$ac_header>
16877_ACEOF
16878rm -f conftest.$ac_objext
16879if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16880 (eval $ac_compile) 2>conftest.er1
16881 ac_status=$?
16882 grep -v '^ *+' conftest.er1 >conftest.err
16883 rm -f conftest.er1
16884 cat conftest.err >&5
16885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16886 (exit $ac_status); } &&
16887 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16889 (eval $ac_try) 2>&5
16890 ac_status=$?
16891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16892 (exit $ac_status); }; } &&
16893 { ac_try='test -s conftest.$ac_objext'
16894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16895 (eval $ac_try) 2>&5
16896 ac_status=$?
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); }; }; then
16899 ac_header_compiler=yes
16900else
16901 echo "$as_me: failed program was:" >&5
16902sed 's/^/| /' conftest.$ac_ext >&5
16903
16904ac_header_compiler=no
16905fi
16906rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16907echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16908echo "${ECHO_T}$ac_header_compiler" >&6
16909
16910# Is the header present?
16911echo "$as_me:$LINENO: checking $ac_header presence" >&5
16912echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16913cat >conftest.$ac_ext <<_ACEOF
16914/* confdefs.h. */
16915_ACEOF
16916cat confdefs.h >>conftest.$ac_ext
16917cat >>conftest.$ac_ext <<_ACEOF
16918/* end confdefs.h. */
16919#include <$ac_header>
16920_ACEOF
16921if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16922 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16923 ac_status=$?
16924 grep -v '^ *+' conftest.er1 >conftest.err
16925 rm -f conftest.er1
16926 cat conftest.err >&5
16927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16928 (exit $ac_status); } >/dev/null; then
16929 if test -s conftest.err; then
16930 ac_cpp_err=$ac_c_preproc_warn_flag
16931 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16932 else
16933 ac_cpp_err=
16934 fi
16935else
16936 ac_cpp_err=yes
16937fi
16938if test -z "$ac_cpp_err"; then
16939 ac_header_preproc=yes
16940else
16941 echo "$as_me: failed program was:" >&5
16942sed 's/^/| /' conftest.$ac_ext >&5
16943
16944 ac_header_preproc=no
16945fi
16946rm -f conftest.err conftest.$ac_ext
16947echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16948echo "${ECHO_T}$ac_header_preproc" >&6
16949
16950# So? What about this header?
16951case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16952 yes:no: )
16953 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16954echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16955 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16956echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16957 ac_header_preproc=yes
16958 ;;
16959 no:yes:* )
16960 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16961echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16962 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16963echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16964 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16965echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16966 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16967echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16968 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16969echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16970 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16971echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16972 (
16973 cat <<\_ASBOX
16974## ------------------------------------------ ##
16975## Report this to the AC_PACKAGE_NAME lists. ##
16976## ------------------------------------------ ##
16977_ASBOX
16978 ) |
16979 sed "s/^/$as_me: WARNING: /" >&2
16980 ;;
16981esac
16982echo "$as_me:$LINENO: checking for $ac_header" >&5
16983echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16984if eval "test \"\${$as_ac_Header+set}\" = set"; then
16985 echo $ECHO_N "(cached) $ECHO_C" >&6
16986else
16987 eval "$as_ac_Header=\$ac_header_preproc"
16988fi
16989echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16990echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16991
16992fi
16993if test `eval echo '${'$as_ac_Header'}'` = yes; then
16994 cat >>confdefs.h <<_ACEOF
16995#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16996_ACEOF
16997
16998else
16999 GETOPT_H=getopt.h
17000fi
17001
17002done
17003
17004 if test -z "$GETOPT_H"; then
17005
17006for ac_func in getopt_long_only
17007do
17008as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17009echo "$as_me:$LINENO: checking for $ac_func" >&5
17010echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17011if eval "test \"\${$as_ac_var+set}\" = set"; then
17012 echo $ECHO_N "(cached) $ECHO_C" >&6
17013else
17014 cat >conftest.$ac_ext <<_ACEOF
17015/* confdefs.h. */
17016_ACEOF
17017cat confdefs.h >>conftest.$ac_ext
17018cat >>conftest.$ac_ext <<_ACEOF
17019/* end confdefs.h. */
17020/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17021 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17022#define $ac_func innocuous_$ac_func
17023
17024/* System header to define __stub macros and hopefully few prototypes,
17025 which can conflict with char $ac_func (); below.
17026 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17027 <limits.h> exists even on freestanding compilers. */
17028
17029#ifdef __STDC__
17030# include <limits.h>
17031#else
17032# include <assert.h>
17033#endif
17034
17035#undef $ac_func
17036
17037/* Override any gcc2 internal prototype to avoid an error. */
17038#ifdef __cplusplus
17039extern "C"
17040{
17041#endif
17042/* We use char because int might match the return type of a gcc2
17043 builtin and then its argument prototype would still apply. */
17044char $ac_func ();
17045/* The GNU C library defines this for functions which it implements
17046 to always fail with ENOSYS. Some functions are actually named
17047 something starting with __ and the normal name is an alias. */
17048#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17049choke me
17050#else
17051char (*f) () = $ac_func;
17052#endif
17053#ifdef __cplusplus
17054}
17055#endif
17056
17057int
17058main ()
17059{
17060return f != $ac_func;
17061 ;
17062 return 0;
17063}
17064_ACEOF
17065rm -f conftest.$ac_objext conftest$ac_exeext
17066if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17067 (eval $ac_link) 2>conftest.er1
17068 ac_status=$?
17069 grep -v '^ *+' conftest.er1 >conftest.err
17070 rm -f conftest.er1
17071 cat conftest.err >&5
17072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073 (exit $ac_status); } &&
17074 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17076 (eval $ac_try) 2>&5
17077 ac_status=$?
17078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17079 (exit $ac_status); }; } &&
17080 { ac_try='test -s conftest$ac_exeext'
17081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17082 (eval $ac_try) 2>&5
17083 ac_status=$?
17084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17085 (exit $ac_status); }; }; then
17086 eval "$as_ac_var=yes"
17087else
17088 echo "$as_me: failed program was:" >&5
17089sed 's/^/| /' conftest.$ac_ext >&5
17090
17091eval "$as_ac_var=no"
17092fi
17093rm -f conftest.err conftest.$ac_objext \
17094 conftest$ac_exeext conftest.$ac_ext
17095fi
17096echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17097echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17098if test `eval echo '${'$as_ac_var'}'` = yes; then
17099 cat >>confdefs.h <<_ACEOF
17100#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17101_ACEOF
17102
17103else
17104 GETOPT_H=getopt.h
17105fi
17106done
17107
17108 fi
17109
17110 if test -z "$GETOPT_H"; then
17111 echo "$as_me:$LINENO: checking whether optreset is declared" >&5
17112echo $ECHO_N "checking whether optreset is declared... $ECHO_C" >&6
17113if test "${ac_cv_have_decl_optreset+set}" = set; then
17114 echo $ECHO_N "(cached) $ECHO_C" >&6
17115else
17116 cat >conftest.$ac_ext <<_ACEOF
17117/* confdefs.h. */
17118_ACEOF
17119cat confdefs.h >>conftest.$ac_ext
17120cat >>conftest.$ac_ext <<_ACEOF
17121/* end confdefs.h. */
17122#include <getopt.h>
17123
17124int
17125main ()
17126{
17127#ifndef optreset
17128 char *p = (char *) optreset;
17129#endif
17130
17131 ;
17132 return 0;
17133}
17134_ACEOF
17135rm -f conftest.$ac_objext
17136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17137 (eval $ac_compile) 2>conftest.er1
17138 ac_status=$?
17139 grep -v '^ *+' conftest.er1 >conftest.err
17140 rm -f conftest.er1
17141 cat conftest.err >&5
17142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17143 (exit $ac_status); } &&
17144 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17146 (eval $ac_try) 2>&5
17147 ac_status=$?
17148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17149 (exit $ac_status); }; } &&
17150 { ac_try='test -s conftest.$ac_objext'
17151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17152 (eval $ac_try) 2>&5
17153 ac_status=$?
17154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17155 (exit $ac_status); }; }; then
17156 ac_cv_have_decl_optreset=yes
17157else
17158 echo "$as_me: failed program was:" >&5
17159sed 's/^/| /' conftest.$ac_ext >&5
17160
17161ac_cv_have_decl_optreset=no
17162fi
17163rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17164fi
17165echo "$as_me:$LINENO: result: $ac_cv_have_decl_optreset" >&5
17166echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6
17167if test $ac_cv_have_decl_optreset = yes; then
17168 GETOPT_H=getopt.h
17169fi
17170
17171 fi
17172
17173 if test -z "$GETOPT_H"; then
17174 echo "$as_me:$LINENO: checking for working GNU getopt function" >&5
17175echo $ECHO_N "checking for working GNU getopt function... $ECHO_C" >&6
17176if test "${gl_cv_func_gnu_getopt+set}" = set; then
17177 echo $ECHO_N "(cached) $ECHO_C" >&6
17178else
17179 if test "$cross_compiling" = yes; then
17180 echo "$as_me:$LINENO: checking whether getopt_clip is declared" >&5
17181echo $ECHO_N "checking whether getopt_clip is declared... $ECHO_C" >&6
17182if test "${ac_cv_have_decl_getopt_clip+set}" = set; then
17183 echo $ECHO_N "(cached) $ECHO_C" >&6
17184else
17185 cat >conftest.$ac_ext <<_ACEOF
17186/* confdefs.h. */
17187_ACEOF
17188cat confdefs.h >>conftest.$ac_ext
17189cat >>conftest.$ac_ext <<_ACEOF
17190/* end confdefs.h. */
17191#include <getopt.h>
17192
17193int
17194main ()
17195{
17196#ifndef getopt_clip
17197 char *p = (char *) getopt_clip;
17198#endif
17199
17200 ;
17201 return 0;
17202}
17203_ACEOF
17204rm -f conftest.$ac_objext
17205if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17206 (eval $ac_compile) 2>conftest.er1
17207 ac_status=$?
17208 grep -v '^ *+' conftest.er1 >conftest.err
17209 rm -f conftest.er1
17210 cat conftest.err >&5
17211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17212 (exit $ac_status); } &&
17213 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17215 (eval $ac_try) 2>&5
17216 ac_status=$?
17217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17218 (exit $ac_status); }; } &&
17219 { ac_try='test -s conftest.$ac_objext'
17220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17221 (eval $ac_try) 2>&5
17222 ac_status=$?
17223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17224 (exit $ac_status); }; }; then
17225 ac_cv_have_decl_getopt_clip=yes
17226else
17227 echo "$as_me: failed program was:" >&5
17228sed 's/^/| /' conftest.$ac_ext >&5
17229
17230ac_cv_have_decl_getopt_clip=no
17231fi
17232rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17233fi
17234echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt_clip" >&5
17235echo "${ECHO_T}$ac_cv_have_decl_getopt_clip" >&6
17236if test $ac_cv_have_decl_getopt_clip = yes; then
17237 gl_cv_func_gnu_getopt=no
17238else
17239 gl_cv_func_gnu_getopt=yes
17240fi
17241
17242else
17243 cat >conftest.$ac_ext <<_ACEOF
17244/* confdefs.h. */
17245_ACEOF
17246cat confdefs.h >>conftest.$ac_ext
17247cat >>conftest.$ac_ext <<_ACEOF
17248/* end confdefs.h. */
17249#include <getopt.h>
17250int
17251main ()
17252{
17253
17254 char *myargv[3];
17255 myargv[0] = "conftest";
17256 myargv[1] = "-+";
17257 myargv[2] = 0;
17258 return getopt (2, myargv, "+a") != '?';
17259
17260 ;
17261 return 0;
17262}
17263_ACEOF
17264rm -f conftest$ac_exeext
17265if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17266 (eval $ac_link) 2>&5
17267 ac_status=$?
17268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17269 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17271 (eval $ac_try) 2>&5
17272 ac_status=$?
17273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17274 (exit $ac_status); }; }; then
17275 gl_cv_func_gnu_getopt=yes
17276else
17277 echo "$as_me: program exited with status $ac_status" >&5
17278echo "$as_me: failed program was:" >&5
17279sed 's/^/| /' conftest.$ac_ext >&5
17280
17281( exit $ac_status )
17282gl_cv_func_gnu_getopt=no
17283fi
17284rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17285fi
17286fi
17287echo "$as_me:$LINENO: result: $gl_cv_func_gnu_getopt" >&5
17288echo "${ECHO_T}$gl_cv_func_gnu_getopt" >&6
17289 if test "$gl_cv_func_gnu_getopt" = "no"; then
17290 GETOPT_H=getopt.h
17291 fi
17292 fi
17293
17294
17295
17296 if test -n "$GETOPT_H"; then
17297
17298
17299 GETOPT_H=getopt.h
17300
17301cat >>confdefs.h <<\_ACEOF
17302#define __GETOPT_PREFIX rpl_
17303_ACEOF
17304
17305
17306
17307 :
17308 GETOPTOBJS='getopt.o getopt1.o'
17309
17310fi
17311
17312
17313
17314
16831echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 17315echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
16832echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6 17316echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6
16833if test "${ac_cv_func_getpgrp_void+set}" = set; then 17317if test "${ac_cv_func_getpgrp_void+set}" = set; then
@@ -22646,6 +23130,8 @@ s,@LIBOBJS@,$LIBOBJS,;t t
22646s,@NEED_SETGID@,$NEED_SETGID,;t t 23130s,@NEED_SETGID@,$NEED_SETGID,;t t
22647s,@KMEM_GROUP@,$KMEM_GROUP,;t t 23131s,@KMEM_GROUP@,$KMEM_GROUP,;t t
22648s,@GETLOADAVG_LIBS@,$GETLOADAVG_LIBS,;t t 23132s,@GETLOADAVG_LIBS@,$GETLOADAVG_LIBS,;t t
23133s,@GETOPT_H@,$GETOPT_H,;t t
23134s,@GETOPTOBJS@,$GETOPTOBJS,;t t
22649s,@version@,$version,;t t 23135s,@version@,$version,;t t
22650s,@configuration@,$configuration,;t t 23136s,@configuration@,$configuration,;t t
22651s,@canonical@,$canonical,;t t 23137s,@canonical@,$canonical,;t t
diff --git a/src/config.in b/src/config.in
index d3369641a8f..f2afed2ecb1 100644
--- a/src/config.in
+++ b/src/config.in
@@ -191,6 +191,12 @@ Boston, MA 02110-1301, USA. */
191/* Define to 1 if you have the `getloadavg' function. */ 191/* Define to 1 if you have the `getloadavg' function. */
192#undef HAVE_GETLOADAVG 192#undef HAVE_GETLOADAVG
193 193
194/* Define to 1 if you have the <getopt.h> header file. */
195#undef HAVE_GETOPT_H
196
197/* Define to 1 if you have the `getopt_long_only' function. */
198#undef HAVE_GETOPT_LONG_ONLY
199
194/* Define to 1 if you have the `getpagesize' function. */ 200/* Define to 1 if you have the `getpagesize' function. */
195#undef HAVE_GETPAGESIZE 201#undef HAVE_GETPAGESIZE
196 202
@@ -785,9 +791,9 @@ Boston, MA 02110-1301, USA. */
785/* If using the C implementation of alloca, define if you know the 791/* If using the C implementation of alloca, define if you know the
786 direction of stack growth for your system; otherwise it will be 792 direction of stack growth for your system; otherwise it will be
787 automatically deduced at run-time. 793 automatically deduced at run-time.
788 STACK_DIRECTION > 0 => grows toward higher addresses 794 STACK_DIRECTION > 0 => grows toward higher addresses
789 STACK_DIRECTION < 0 => grows toward lower addresses 795 STACK_DIRECTION < 0 => grows toward lower addresses
790 STACK_DIRECTION = 0 => direction of growth unknown */ 796 STACK_DIRECTION = 0 => direction of growth unknown */
791#undef STACK_DIRECTION 797#undef STACK_DIRECTION
792 798
793/* Define to 1 if you have the ANSI C header files. */ 799/* Define to 1 if you have the ANSI C header files. */
@@ -846,6 +852,10 @@ Boston, MA 02110-1301, USA. */
846/* Define for large files, on AIX-style hosts. */ 852/* Define for large files, on AIX-style hosts. */
847#undef _LARGE_FILES 853#undef _LARGE_FILES
848 854
855/* Define to rpl_ if the getopt replacement functions and variables should be
856 used. */
857#undef __GETOPT_PREFIX
858
849/* Define like PROTOTYPES; this can be used by system headers. */ 859/* Define like PROTOTYPES; this can be used by system headers. */
850#undef __PROTOTYPES 860#undef __PROTOTYPES
851 861