glib: automake fix

This commit is contained in:
Fredrik Rinnestam 2013-05-16 12:28:01 +02:00
parent ea519d4e0c
commit 21f6db791d

View File

@ -10,6 +10,10 @@ source=(http://download.gnome.org/sources/$name/2.36/$name-$version.tar.xz)
build () {
cd $name-$version
aclocal
automake
./configure --prefix=/usr \
--disable-man \
--with-pcre=system