aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2008-01-17 11:43:28 +0000
committerAndreas Schwab2008-01-17 11:43:28 +0000
commit55e6d9b27eae4f97500516f4fb86e4013d148d14 (patch)
tree016cf58cd405a287ad9996ee2d6c229ece255fa1 /src
parentea7a608ab965d4c0784188824670051c9e5e4a0e (diff)
downloademacs-55e6d9b27eae4f97500516f4fb86e4013d148d14.tar.gz
emacs-55e6d9b27eae4f97500516f4fb86e4013d148d14.zip
Regenerate.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/config.in6
2 files changed, 9 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5e464404310..b641635484b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-01-17 Andreas Schwab <schwab@suse.de>
2
3 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
4 instead of HAVE_X86_64_LIB64_DIR.
5 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
6
12008-01-17 Glenn Morris <rgm@gnu.org> 72008-01-17 Glenn Morris <rgm@gnu.org>
2 8
3 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according 9 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
diff --git a/src/config.in b/src/config.in
index 27f89c29b90..7f1bdfd32c2 100644
--- a/src/config.in
+++ b/src/config.in
@@ -298,6 +298,9 @@ Boston, MA 02110-1301, USA. */
298/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 298/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
299#undef HAVE_LANGINFO_CODESET 299#undef HAVE_LANGINFO_CODESET
300 300
301/* Define to 1 if the directory /usr/lib64 exists. */
302#undef HAVE_LIB64_DIR
303
301/* Define to 1 if you have the `com_err' library (-lcom_err). */ 304/* Define to 1 if you have the `com_err' library (-lcom_err). */
302#undef HAVE_LIBCOM_ERR 305#undef HAVE_LIBCOM_ERR
303 306
@@ -711,9 +714,6 @@ Boston, MA 02110-1301, USA. */
711/* Define to 1 if you have the X11R6 or newer version of Xt. */ 714/* Define to 1 if you have the X11R6 or newer version of Xt. */
712#undef HAVE_X11XTR6 715#undef HAVE_X11XTR6
713 716
714/* Define to 1 if the file /usr/lib64 exists. */
715#undef HAVE_X86_64_LIB64_DIR
716
717/* Define to 1 if you have the Xaw3d library (-lXaw3d). */ 717/* Define to 1 if you have the Xaw3d library (-lXaw3d). */
718#undef HAVE_XAW3D 718#undef HAVE_XAW3D
719 719