configure.ac: Drop unneeded backslash ending up in config.in.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 2 Jun 2008 19:37:45 +0000 (19:37 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Mon, 2 Jun 2008 19:37:45 +0000 (19:37 +0000)
gcc/
* configure.ac: Drop unneeded backslash ending up in config.in.
* acinclude.m4: Likewise.
* config.in: Regenerate.

From-SVN: r136292

gcc/ChangeLog
gcc/acinclude.m4
gcc/config.in
gcc/configure.ac

index d0235fac00eeaee710f7d8509a0808682e8ef2bd..7edcf2ef94a48528af6b746d67edaea2e1b4f16b 100644 (file)
@@ -1,3 +1,9 @@
+2008-06-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: Drop unneeded backslash ending up in config.in.
+       * acinclude.m4: Likewise.
+       * config.in: Regenerate.
+
 2008-05-26  Jan Hubicka  <jh@suse.cz>
 
        * predict.c (maybe_hot_frequency_p): Break out of...
index 70322c75e6b96dbd337c91a537b2e6ad832a6ae5..9f865ee28d4f064debfb3b6ff8b54c263260875b 100644 (file)
@@ -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])
 
index 3c02951378a00801b3949c68db8df8a1bc8c423b..ec2c468d402e944b4d780367ace1203c828dd34c 100644 (file)
@@ -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
 #endif
 
 
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_DLFCN_H
+#endif
+
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #ifndef USED_FOR_TARGET
 #undef HAVE_FCNTL_H
 #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
 #endif
 
 
-/* Define to \`long' if <sys/resource.h> doesn't define. */
+/* Define to `long' if <sys/resource.h> doesn't define. */
 #ifndef USED_FOR_TARGET
 #undef rlim_t
 #endif
index 77b596c6344152af7bf6959538bfeed0dc81c508..6bbe29da71dcf8662c45c1f398a937a68eb198e7 100644 (file)
@@ -1078,7 +1078,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 #include <sys/resource.h>
 #endif
 ]], [[rlim_t l = 0;]])],[],[AC_DEFINE([rlim_t],[long],
-[Define to \`long' if <sys/resource.h> doesn't define.])])
+[Define to `long' if <sys/resource.h> doesn't define.])])
 
 # On AIX 5.2, <ldfcn.h> conflicts with <fcntl.h>, as both define incompatible
 # FREAD and FWRITE macros.  Fortunately, for GCC's single usage of ldgetname