This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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). */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]