summaryrefslogtreecommitdiffstats
path: root/src/popt.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-05 02:06:08 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-05 02:06:08 (GMT)
commit20457a5996ad09387147210c80a8ec02c21b5ec4 (patch)
treea3323deaa93a2aa01c08f9b73ed6509353ada199 /src/popt.mk
parent785fa9788f18038b2418064b429bb9d3824b76c5 (diff)
downloadmxe-20457a5996ad09387147210c80a8ec02c21b5ec4.zip
mxe-20457a5996ad09387147210c80a8ec02c21b5ec4.tar.gz
mxe-20457a5996ad09387147210c80a8ec02c21b5ec4.tar.bz2
use the autotools for package popt
Diffstat (limited to 'src/popt.mk')
-rw-r--r--src/popt.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/popt.mk b/src/popt.mk
index 6fa766b..72772a1 100644
--- a/src/popt.mk
+++ b/src/popt.mk
@@ -20,6 +20,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && aclocal -I m4
+ cd '$(1)' && autoheader
+ cd '$(1)' && automake --add-missing
+ cd '$(1)' && autoconf
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \