]> git.pld-linux.org Git - packages/siege.git/blame - autofoo.patch
fix for new autoconf/automake
[packages/siege.git] / autofoo.patch
CommitLineData
4da413ac
ER
1fix:
2configure.in:9: error: 'AM_CONFIG_HEADER': this macro is obsolete.
3 You should use the 'AC_CONFIG_HEADERS' macro instead.
4/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
5configure.in:9: the top level
6autom4te: /usr/bin/m4 failed with exit status: 1
7
8upstream should also rename configure.in to configure.ac:
9
10aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
11--- siege-2.75/configure.in~ 2012-04-17 17:43:03.000000000 +0300
12+++ siege-2.75/configure.in 2013-03-04 17:49:26.656390759 +0200
13@@ -6,7 +6,7 @@
14 dnl
15 AC_INIT
16 AC_CONFIG_SRCDIR([src/setup.h])
17-AM_CONFIG_HEADER(include/config.h)
18+AC_CONFIG_HEADERS(include/config.h)
19
20 dnl
21 dnl Define the utils directory
This page took 0.087149 seconds and 4 git commands to generate.