summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 905e2a503dd1..64db2256d3e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -85,9 +85,14 @@ prepare()
build() {
cd "WordNet-${_debver}"
- # Note: `./autogen.sh' passes arguments on to `./configure'.
+ # See also `./autogen.sh'.
libtoolize
- ./autogen.sh
+ aclocal
+ autoheader
+ automake --add-missing
+ autoconf
+
+ ./configure
# The make structure does not facilitate building parts only.