From fa1d05cdfff44b39584ba03831dae7d3f7b2258c Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 18 Oct 2006 21:23:53 +0000 Subject: 2006-10-18 Roland McGrath PR 2727 * configure.ac (elfutils build): Pass --prefix and --exec-prefix options to elfutils configure. (elfutils_abs_srcdir): New substituted variable. * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable. * configure, config.in, Makefile.in: Regenerated. --- config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index 414fcfec..c1d601a9 100644 --- a/config.in +++ b/config.in @@ -9,9 +9,15 @@ /* Define to 1 if you have the `dw' library (-ldw). */ #undef HAVE_LIBDW +/* Define to 1 if you have the `pfm' library (-lpfm). */ +#undef HAVE_LIBPFM + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_MYSQL_MYSQL_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H -- cgit