[poppler] autotools and poppler 0.10.4
Vincent Torri
vtorri at univ-evry.fr
Tue Mar 10 14:59:34 PDT 2009
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)
More information about the poppler
mailing list