summarylogtreecommitdiffstats
path: root/autoreconf.patch
diff options
context:
space:
mode:
authorPhillip Smith2015-06-02 10:25:00 +1000
committerPhillip Smith2015-06-02 10:25:00 +1000
commitf5b1bac593e5098073010e26b8d3cc730398d186 (patch)
treef765bf50bc43f372c2b83c6fd44ac9ed9a337e5f /autoreconf.patch
downloadaur-f5b1bac593e5098073010e26b8d3cc730398d186.tar.gz
initial commit
Diffstat (limited to 'autoreconf.patch')
-rw-r--r--autoreconf.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/autoreconf.patch b/autoreconf.patch
new file mode 100644
index 000000000000..9ca2e2876fd1
--- /dev/null
+++ b/autoreconf.patch
@@ -0,0 +1,11 @@
+--- Makefile.OLD 2013-12-02 12:03:00.352853949 +1100
++++ Makefile 2013-12-02 12:03:17.991990818 +1100
+@@ -73,7 +73,7 @@
+ (cd $(top_builddir); ./config.status)
+
+ $(top_srcdir)/configure: $(top_srcdir)/configure.in
+- cd $(top_srcdir) && autoconf
++ cd $(top_srcdir) && autoreconf
+
+ $(top_srcdir)/config.h.in: $(top_srcdir)/configure.in
+ cd $(top_srcdir) && autoheader