aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-02-24 23:36:37 -0800
committerPaul Eggert2011-02-24 23:36:37 -0800
commit4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32 (patch)
tree01adeba52c6e9028a694fc75cdc3f17b5c0a77fd
parenta07b892ff17e95e513c4bfe6e2dd73df1e589bf3 (diff)
parent9411886d3818d55e86eb1002ed39b38ce2426c63 (diff)
downloademacs-4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32.tar.gz
emacs-4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32.zip
Merge from mainline.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure26
-rw-r--r--lib/getopt_int.h2
3 files changed, 24 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 67a29aa7e12..d79576e3ecf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
4 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate.
5
12011-02-24 Glenn Morris <rgm@gnu.org> 62011-02-24 Glenn Morris <rgm@gnu.org>
2 7
3 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(), 8 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
diff --git a/configure b/configure
index 4083c8386c1..675cb56533d 100755
--- a/configure
+++ b/configure
@@ -19761,7 +19761,15 @@ test "${exec_prefix}" != NONE &&
19761 19761
19762ac_config_files="$ac_config_files Makefile lib/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" 19762ac_config_files="$ac_config_files Makefile lib/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"
19763 19763
19764ac_config_commands="$ac_config_commands default" 19764
19765ac_config_commands="$ac_config_commands mkdirs"
19766
19767
19768ac_config_commands="$ac_config_commands epaths"
19769
19770
19771ac_config_commands="$ac_config_commands gdbinit"
19772
19765 19773
19766cat >confcache <<\_ACEOF 19774cat >confcache <<\_ACEOF
19767# This file is a shell script that caches the results of configure 19775# This file is a shell script that caches the results of configure
@@ -20546,7 +20554,9 @@ do
20546 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; 20554 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
20547 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 20555 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
20548 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; 20556 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;;
20549 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 20557 "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;;
20558 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;;
20559 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;;
20550 20560
20551 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 20561 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20552 esac 20562 esac
@@ -21276,21 +21286,20 @@ $as_echo X"$file" |
21276 done 21286 done
21277} 21287}
21278 ;; 21288 ;;
21279 "default":C) 21289 "mkdirs":C)
21280
21281### Make the necessary directories, if they don't exist.
21282for dir in etc lisp ; do 21290for dir in etc lisp ; do
21283 test -d ${dir} || mkdir ${dir} 21291 test -d ${dir} || mkdir ${dir}
21284done 21292done
21285 21293 ;;
21294 "epaths":C)
21286echo creating src/epaths.h 21295echo creating src/epaths.h
21287${MAKE-make} epaths-force 21296${MAKE-make} epaths-force
21288 21297 ;;
21298 "gdbinit":C)
21289if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then 21299if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
21290 echo creating src/.gdbinit 21300 echo creating src/.gdbinit
21291 echo source $srcdir/src/.gdbinit > src/.gdbinit 21301 echo source $srcdir/src/.gdbinit > src/.gdbinit
21292fi 21302fi
21293
21294 ;; 21303 ;;
21295 21304
21296 esac 21305 esac
@@ -21330,3 +21339,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21330$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 21339$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21331fi 21340fi
21332 21341
21342
diff --git a/lib/getopt_int.h b/lib/getopt_int.h
index 7a01a6aa422..9f0c7131a14 100644
--- a/lib/getopt_int.h
+++ b/lib/getopt_int.h
@@ -108,7 +108,7 @@ struct _getopt_data
108#if defined _LIBC && defined USE_NONOPTION_FLAGS 108#if defined _LIBC && defined USE_NONOPTION_FLAGS
109 int __nonoption_flags_max_len; 109 int __nonoption_flags_max_len;
110 int __nonoption_flags_len; 110 int __nonoption_flags_len;
111# endif 111#endif
112}; 112};
113 113
114/* The initializer is necessary to set OPTIND and OPTERR to their 114/* The initializer is necessary to set OPTIND and OPTERR to their