aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'general-concepts/autotools/aclocal-2.ebuild')
-rw-r--r--general-concepts/autotools/aclocal-2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/general-concepts/autotools/aclocal-2.ebuild b/general-concepts/autotools/aclocal-2.ebuild
new file mode 100644
index 0000000..4d9665e
--- /dev/null
+++ b/general-concepts/autotools/aclocal-2.ebuild
@@ -0,0 +1,5 @@
+# vim: set ft=ebuild
+
+einfo "Regenerating autotools files..."
+WANT_AUTOCONF="2.5" aclocal -I ${WORKDIR}/gentoo-m4 || die "aclocal failed"
+WANT_AUTOCONF="2.5" autoconf || die "autoconf failed"