changeset 1501:8d92faf0f697

package libgpg_error: remove autoconf steps after upgrade
author Tony Theodore <tonyt@logyst.com>
date Sun, 12 Dec 2010 14:06:39 +1100
parents 09e48fb4aa19
children 9cf60f94b395
files src/libgpg_error.mk
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/libgpg_error.mk	Sun Dec 12 13:26:38 2010 +1100
+++ b/src/libgpg_error.mk	Sun Dec 12 14:06:39 2010 +1100
@@ -19,11 +19,6 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && aclocal -I m4
-    cd '$(1)' && autoheader
-    cd '$(1)' && automake --gnu
-    cd '$(1)' && autoconf
-
     # wine confuses the cross-compiling detection, so set it explicitly
     $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
     cd '$(1)' && ./configure \