diff options
-rw-r--r-- | libexpat/build.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexpat/build.sh b/libexpat/build.sh index d545ada..ccb636c 100644 --- a/libexpat/build.sh +++ b/libexpat/build.sh @@ -9,6 +9,8 @@ build_depends=( "autoconf" "automake" "libtool" + "m4" + "gettext" ) depends=() @@ -19,7 +21,7 @@ function prepare() { } function build() { - ./buildconf.sh + autoreconf -i ./configure --prefix="${_prefix}" \ --libdir="${_prefix}/lib" make -j${_maxjobs} |