diff options
| author | Paul Eggert | 2011-02-24 23:36:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-24 23:36:37 -0800 |
| commit | 4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32 (patch) | |
| tree | 01adeba52c6e9028a694fc75cdc3f17b5c0a77fd | |
| parent | a07b892ff17e95e513c4bfe6e2dd73df1e589bf3 (diff) | |
| parent | 9411886d3818d55e86eb1002ed39b38ce2426c63 (diff) | |
| download | emacs-4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32.tar.gz emacs-4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32.zip | |
Merge from mainline.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | configure | 26 | ||||
| -rw-r--r-- | lib/getopt_int.h | 2 |
3 files changed, 24 insertions, 9 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-02-24 Glenn Morris <rgm@gnu.org> | 6 | 2011-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(), |
| @@ -19761,7 +19761,15 @@ test "${exec_prefix}" != NONE && | |||
| 19761 | 19761 | ||
| 19762 | ac_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" | 19762 | ac_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 | ||
| 19764 | ac_config_commands="$ac_config_commands default" | 19764 | |
| 19765 | ac_config_commands="$ac_config_commands mkdirs" | ||
| 19766 | |||
| 19767 | |||
| 19768 | ac_config_commands="$ac_config_commands epaths" | ||
| 19769 | |||
| 19770 | |||
| 19771 | ac_config_commands="$ac_config_commands gdbinit" | ||
| 19772 | |||
| 19765 | 19773 | ||
| 19766 | cat >confcache <<\_ACEOF | 19774 | cat >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. | ||
| 21282 | for dir in etc lisp ; do | 21290 | for dir in etc lisp ; do |
| 21283 | test -d ${dir} || mkdir ${dir} | 21291 | test -d ${dir} || mkdir ${dir} |
| 21284 | done | 21292 | done |
| 21285 | 21293 | ;; | |
| 21294 | "epaths":C) | ||
| 21286 | echo creating src/epaths.h | 21295 | echo creating src/epaths.h |
| 21287 | ${MAKE-make} epaths-force | 21296 | ${MAKE-make} epaths-force |
| 21288 | 21297 | ;; | |
| 21298 | "gdbinit":C) | ||
| 21289 | if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then | 21299 | if 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 |
| 21292 | fi | 21302 | fi |
| 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;} |
| 21331 | fi | 21340 | fi |
| 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 |