On Mon, 9 Mar 2009, Albert Astals Cid wrote: >> talking about that, i think that >> >> AC_CONFIG_MACRO_DIR([m4]) >> >> should be added in configure.ac (after AC_INIT). It is used by autoreconf >> to trace changes in m4 macros that are in the m4/ subdirectory. See >> >> http://www.gnu.org/software/autoconf/manual/autoconf.html#Input > > I know it may seem obvious for you, but could you please attach a patch for > it?
The patch is below: index d32f048..3f6a7f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ AC_PREREQ(2.59) AC_INIT(poppler, 0.10.0) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(poppler/poppler-config.h) _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
