diff options
| author | Paul Eggert | 2011-01-08 13:19:44 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-08 13:19:44 -0800 |
| commit | 743c80a7253985de327fa6b3dc9ff1724da5cc78 (patch) | |
| tree | 3f9f6ebf07fc69923a2958133dd716fd412c5598 /src | |
| parent | 9a514d4a6c27b837fc2cd6d02c7cd60f08a621a4 (diff) | |
| download | emacs-743c80a7253985de327fa6b3dc9ff1724da5cc78.tar.gz emacs-743c80a7253985de327fa6b3dc9ff1724da5cc78.zip | |
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 509f086a99c..0e7ba9d2b99 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -862,6 +862,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 862 | /* Define to 1 if you don't have struct exception in math.h. */ | 862 | /* Define to 1 if you don't have struct exception in math.h. */ |
| 863 | #undef NO_MATHERR | 863 | #undef NO_MATHERR |
| 864 | 864 | ||
| 865 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | ||
| 866 | #undef NO_MINUS_C_MINUS_O | ||
| 867 | |||
| 865 | /* Define to 1 if `NSInteger' is defined. */ | 868 | /* Define to 1 if `NSInteger' is defined. */ |
| 866 | #undef NS_HAVE_NSINTEGER | 869 | #undef NS_HAVE_NSINTEGER |
| 867 | 870 | ||
| @@ -874,6 +877,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 874 | /* Define if the C compiler is the linker. */ | 877 | /* Define if the C compiler is the linker. */ |
| 875 | #undef ORDINARY_LINK | 878 | #undef ORDINARY_LINK |
| 876 | 879 | ||
| 880 | /* Name of package */ | ||
| 881 | #undef PACKAGE | ||
| 882 | |||
| 877 | /* Define to the address where bug reports for this package should be sent. */ | 883 | /* Define to the address where bug reports for this package should be sent. */ |
| 878 | #undef PACKAGE_BUGREPORT | 884 | #undef PACKAGE_BUGREPORT |
| 879 | 885 | ||
| @@ -988,6 +994,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 988 | /* Define to 1 if using an X toolkit. */ | 994 | /* Define to 1 if using an X toolkit. */ |
| 989 | #undef USE_X_TOOLKIT | 995 | #undef USE_X_TOOLKIT |
| 990 | 996 | ||
| 997 | /* Version number of package */ | ||
| 998 | #undef VERSION | ||
| 999 | |||
| 991 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | 1000 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 992 | significant byte first (like Motorola and SPARC, unlike Intel). */ | 1001 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 993 | #if defined AC_APPLE_UNIVERSAL_BUILD | 1002 | #if defined AC_APPLE_UNIVERSAL_BUILD |