[mingw-gtk2: 31/65] Dropped the autoreconf call

epienbro epienbro at fedoraproject.org
Tue Mar 6 20:02:48 UTC 2012


commit 789f303fb6826fa2a15738b864b1bf02d7df1df1
Author: epienbro <epienbro at fedoraproject.org>
Date:   Wed Dec 2 11:59:11 2009 +0000

    Dropped the autoreconf call

 mingw32-gtk2-enable_static_build.patch |   23 +++++++++++++++++++++++
 mingw32-gtk2.spec                      |   12 +-----------
 2 files changed, 24 insertions(+), 11 deletions(-)
---
diff --git a/mingw32-gtk2-enable_static_build.patch b/mingw32-gtk2-enable_static_build.patch
index c04840b..010e179 100644
--- a/mingw32-gtk2-enable_static_build.patch
+++ b/mingw32-gtk2-enable_static_build.patch
@@ -27,3 +27,26 @@
  
  AC_LIBTOOL_WIN32_DLL
  AM_PROG_LIBTOOL
+--- configure.orig	2009-12-02 12:33:12.670948100 +0100
++++ configure	2009-12-02 12:33:55.898932594 +0100
+@@ -4993,20 +4993,6 @@
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+-
+-if test "$os_win32" = "yes"; then
+-  if test x$enable_static = xyes -o x$enable_static = x; then
+-    { $as_echo "$as_me:$LINENO: WARNING: Disabling static library build, must build as DLL on Windows." >&5
+-$as_echo "$as_me: WARNING: Disabling static library build, must build as DLL on Windows." >&2;}
+-    enable_static=no
+-  fi
+-  if test x$enable_shared = xno; then
+-    { $as_echo "$as_me:$LINENO: WARNING: Enabling shared library build, must build as DLL on Windows." >&5
+-$as_echo "$as_me: WARNING: Enabling shared library build, must build as DLL on Windows." >&2;}
+-  fi
+-  enable_shared=yes
+-fi
+-
+ enable_win32_dll=yes
+ 
+ case $host in
diff --git a/mingw32-gtk2.spec b/mingw32-gtk2.spec
index 5f9d256..68447bd 100644
--- a/mingw32-gtk2.spec
+++ b/mingw32-gtk2.spec
@@ -64,12 +64,6 @@ BuildRequires:  gtk2
 # Native one for gdk-pixbuf-csource
 BuildRequires:  gtk2-devel
 
-# These are required for the static library patch
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:  gtk-doc
-
 Requires:       pkgconfig
 
 
@@ -96,11 +90,6 @@ Static version of the MinGW Windows Gtk2 library.
 %patch1001 -p0
 %patch1002 -p0
 
-# Regenerate the configure script
-aclocal
-autoreconf
-libtoolize
-
 
 %build
 # Need to run the correct version of glib-mkenums.
@@ -354,6 +343,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Dec  2 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.19.1-1
 - Update to 2.19.1
+- Dropped the autoreconf call
 
 * Sun Nov 29 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.19.0-1
 - Update to 2.19.0


More information about the scm-commits mailing list