summaryrefslogtreecommitdiffstats
path: root/patches/fcgi-2.4.0/prepare-for-new-autotools.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/fcgi-2.4.0/prepare-for-new-autotools.diff')
-rw-r--r--patches/fcgi-2.4.0/prepare-for-new-autotools.diff26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/fcgi-2.4.0/prepare-for-new-autotools.diff b/patches/fcgi-2.4.0/prepare-for-new-autotools.diff
new file mode 100644
index 000000000..183898a46
--- /dev/null
+++ b/patches/fcgi-2.4.0/prepare-for-new-autotools.diff
@@ -0,0 +1,26 @@
+Subject: prepare for new autotools
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+
+we need AM_INIT_AUTOMAKE([foreign]) or automake fails with missing files
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+
+---
+ configure.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: b/configure.in
+===================================================================
+--- a/configure.in
++++ b/configure.in
+@@ -4,8 +4,8 @@ dnl This file is an input file used
+ dnl generate the file "configure", which is run during the build
+ dnl to configure the system for the local environment.
+
+-AC_INIT
+-AM_INIT_AUTOMAKE(fcgi, 2.4.0)
++AC_INIT([fcgi],[2.4.0],[])
++AM_INIT_AUTOMAKE([foreign])
+
+ AM_CONFIG_HEADER(fcgi_config.h)
+