From 236ec2d7eeb645497c80e1e67cde4c490cce44a1 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 2 Jun 2008 19:37:45 +0000 Subject: [PATCH] configure.ac: Drop unneeded backslash ending up in config.in. gcc/ * configure.ac: Drop unneeded backslash ending up in config.in. * acinclude.m4: Likewise. * config.in: Regenerate. From-SVN: r136292 --- gcc/ChangeLog | 6 ++++++ gcc/acinclude.m4 | 2 +- gcc/config.in | 17 +++++++++++++++-- gcc/configure.ac | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d0235fac00e..7edcf2ef94a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-06-02 Ralf Wildenhues + + * configure.ac: Drop unneeded backslash ending up in config.in. + * acinclude.m4: Likewise. + * config.in: Regenerate. + 2008-05-26 Jan Hubicka * predict.c (maybe_hot_frequency_p): Break out of... diff --git a/gcc/acinclude.m4 b/gcc/acinclude.m4 index 70322c75e6b..9f865ee28d4 100644 --- a/gcc/acinclude.m4 +++ b/gcc/acinclude.m4 @@ -347,7 +347,7 @@ if test $gcc_cv_c_nbby = failed; then AC_MSG_ERROR(cannot determine number of bits in a byte) else AC_DEFINE_UNQUOTED(CHAR_BIT, $gcc_cv_c_nbby, - [Define as the number of bits in a byte, if \`limits.h' doesn't.]) + [Define as the number of bits in a byte, if `limits.h' doesn't.]) fi fi]) diff --git a/gcc/config.in b/gcc/config.in index 3c02951378a..ec2c468d402 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,6 +1,6 @@ /* config.in. Generated from configure.ac by autoheader. */ -/* Define as the number of bits in a byte, if \`limits.h' doesn't. */ +/* Define as the number of bits in a byte, if `limits.h' doesn't. */ #ifndef USED_FOR_TARGET #undef CHAR_BIT #endif @@ -729,6 +729,12 @@ #endif +/* Define to 1 if you have the header file. */ +#ifndef USED_FOR_TARGET +#undef HAVE_DLFCN_H +#endif + + /* Define to 1 if you have the header file. */ #ifndef USED_FOR_TARGET #undef HAVE_FCNTL_H @@ -1315,6 +1321,13 @@ #endif +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#ifndef USED_FOR_TARGET +#undef LT_OBJDIR +#endif + + /* Define if host mkdir takes a single argument. */ #ifndef USED_FOR_TARGET #undef MKDIR_TAKES_ONE_ARG @@ -1523,7 +1536,7 @@ #endif -/* Define to \`long' if doesn't define. */ +/* Define to `long' if doesn't define. */ #ifndef USED_FOR_TARGET #undef rlim_t #endif diff --git a/gcc/configure.ac b/gcc/configure.ac index 77b596c6344..6bbe29da71d 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1078,7 +1078,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include #endif ]], [[rlim_t l = 0;]])],[],[AC_DEFINE([rlim_t],[long], -[Define to \`long' if doesn't define.])]) +[Define to `long' if doesn't define.])]) # On AIX 5.2, conflicts with , as both define incompatible # FREAD and FWRITE macros. Fortunately, for GCC's single usage of ldgetname -- 2.30.2