CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.14.1
[crossrootfs.git] / automake / Pkgfile
index 68f9b35f89f777d4e8356be9c2f7899f0639dc57..8cff6f911c5413c216629bb0a2fb41ba74b8d1a1 100644 (file)
@@ -5,14 +5,16 @@
 # Depends on: gawk autoconf
 
 name=automake
-version=1.12.4
+version=1.14.1
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
 
-  ./configure --prefix=/usr \
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
               --mandir=/usr/man
 
   make