summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-11 19:22:17 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-11 19:22:17 +0000
commitfa6f9190598d246d0f19bb9ab9505b86722fa312 (patch)
treec20ecf9fee8ca60172dabc894b40d3d5bab5092b
parentda23c8c5a188324455c8f417293c10d85f65cb63 (diff)
Add missing bits to build system, needed by the inclusion of PLPA.
Thanks to Bert Wesarg for the heads up.
-rw-r--r--acinclude.m41
-rwxr-xr-xautogen.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
new file mode 100644
index 00000000..1062729c
--- /dev/null
+++ b/acinclude.m4
@@ -0,0 +1 @@
+m4_include(plpa-1.1/plpa.m4)
diff --git a/autogen.sh b/autogen.sh
index 602c151a..fcdb3f9d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,7 @@
aclocal
autoconf
autoheader
+libtoolize --copy
automake --add-missing --copy

© 2014-2024 Faster IT GmbH | imprint | privacy policy