summarylogtreecommitdiffstats
path: root/autoreconf.patch
diff options
context:
space:
mode:
author0b1001002021-11-25 16:46:35 +0100
committer0b1001002021-11-25 16:57:50 +0100
commitc5101bfdb6b7750f97bb30f772298a670d9a0e35 (patch)
tree3bb900b101614eab6855b9f0cce7d27d101ccd88 /autoreconf.patch
parent3e9e5804a550a8aad9b3dbdfd711a3e2055c45a1 (diff)
downloadaur-c5101bfdb6b7750f97bb30f772298a670d9a0e35.tar.gz
Update to 0.4b47 and remove patches
Change pkgdesc to upstream description Add some missing dependencies Enable readline support in restore binary Remove or replace unsupported configure options Exclude everything but some needed files in .gitignore
Diffstat (limited to 'autoreconf.patch')
-rw-r--r--autoreconf.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/autoreconf.patch b/autoreconf.patch
deleted file mode 100644
index 9ca2e2876fd1..000000000000
--- a/autoreconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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