]> git.pld-linux.org Git - packages/dspam.git/blob - dspam-autotools.patch
- fix %post scriptlets (now plugins are installed in dspam dubdir)
[packages/dspam.git] / dspam-autotools.patch
1 --- dspam-3.8.0/configure.ac~   2007-03-18 17:41:00.000000000 +0100
2 +++ dspam-3.8.0/configure.ac    2009-03-06 20:44:45.000000000 +0100
3 @@ -25,6 +25,9 @@
4  AC_PROG_LIBTOOL
5  AC_PROG_MAKE_SET
6  
7 +dnl when using libtool 2.x create libtool early, because it's used in configure
8 +m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
9 +
10  AC_C_INLINE
11  
12  AC_DEFINE_UNQUOTED(CONFIGURE_ARGS, ["$CONFIGURE_ARGS"],
This page took 0.062534 seconds and 3 git commands to generate.