]> git.pld-linux.org Git - packages/apache-mod_suphp.git/blob - automake-1.13.patch
update to 0.7.2
[packages/apache-mod_suphp.git] / automake-1.13.patch
1 diff -uNr suphp-0.7.1.old/configure.ac suphp-0.7.1/configure.ac
2 --- suphp-0.7.1.old/configure.ac        2009-03-14 18:58:11.000000000 +0100
3 +++ suphp-0.7.1/configure.ac    2013-04-12 15:26:34.102119142 +0200
4 @@ -10,7 +10,7 @@
5  # Check for right directory
6  AC_CONFIG_SRCDIR([src/Application.cpp])
7  # Config headers for automake
8 -AM_CONFIG_HEADER([src/config.h])
9 +AC_CONFIG_HEADERS([src/config.h])
10  
11  # Build time sanity check
12  AM_SANITY_CHECK
This page took 0.151365 seconds and 3 git commands to generate.