changeset 2617:ab77db77a4ea

package glib: use autogen.sh to avoid error
author Mark Brand <mabrand@mabrand.nl>
date Fri, 15 Jun 2012 15:34:57 +0200
parents cacac145fbc6
children 54ebb3d54d97
files index.html src/glib.mk
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Jun 15 15:35:18 2012 +0200
+++ b/index.html	Fri Jun 15 15:34:57 2012 +0200
@@ -764,7 +764,7 @@
     <!-- http://software.opensuse.org/113/en -->
     <pre>zypper install -R autoconf automake bash bison bzip2 \
                   cmake flex gcc-c++ gettext-tools git \
-                  intltool libtool make openssl \
+                  gtk-doc intltool libtool make openssl \
                   libopenssl-devel patch perl \
                   perl-XML-Parser pkg-config scons \
                   sed unzip wget xz yasm</pre>
--- a/src/glib.mk	Fri Jun 15 15:35:18 2012 +0200
+++ b/src/glib.mk	Fri Jun 15 15:34:57 2012 +0200
@@ -16,9 +16,7 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && aclocal
-    cd '$(1)' && $(LIBTOOLIZE) --force
-    cd '$(1)' && autoconf
+    cd '$(1)' && ./autogen.sh
     cp -Rp '$(1)' '$(1).native'
 
     # native build of libiconv (used by glib-genmarshal)