[patch] Regenerate config.in [Re: [PATCH v3 00/15] CTF Support]

Jan Kratochvil jan.kratochvil@redhat.com
Thu Apr 11 22:59:00 GMT 2013


On Wed, 10 Apr 2013 11:45:10 +0200, Yao Qi wrote:
> --- a/gdb/config.in
> +++ b/gdb/config.in
> @@ -180,6 +180,9 @@
>  /* Define if your <locale.h> file defines LC_MESSAGES. */
>  #undef HAVE_LC_MESSAGES
>  
> +/* Define if libbabeltrace is available */
> +#undef HAVE_LIBBABELTRACE
> +
>  /* Define to 1 if you have the `dl' library (-ldl). */
>  #undef HAVE_LIBDL
>  

When I regenerate it with autoheader from autoconf-2.64 I get a different
output.  Just FYI to not to flip it back and forth, I haven't found this
message form in autoconf history.


Jan


gdb/
2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* config.in: Regenerate.

--- gdb/config.in	10 Apr 2013 09:42:56 -0000	1.152
+++ gdb/config.in	11 Apr 2013 13:56:05 -0000
@@ -180,7 +180,7 @@
 /* Define if your <locale.h> file defines LC_MESSAGES. */
 #undef HAVE_LC_MESSAGES
 
-/* Define if libbabeltrace is available */
+/* Define if you have the babeltrace library. */
 #undef HAVE_LIBBABELTRACE
 
 /* Define to 1 if you have the `dl' library (-ldl). */



More information about the Gdb-patches mailing list