commit 5415315c2081935417ac75d5bb9f3ad9ab397649
Author: Erik van Pienbroek <[email protected]>
Date:   Tue Jun 11 08:17:43 2013 +0200

    Fix the build

 mingw-glib2.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/mingw-glib2.spec b/mingw-glib2.spec
index f0246d2..2feddaa 100644
--- a/mingw-glib2.spec
+++ b/mingw-glib2.spec
@@ -39,7 +39,7 @@ BuildRequires:  glib2-devel >= 2.31.20
 # make[4]: Entering directory 
`/builddir/build/BUILD/glib-2.36.2/build_win32static/docs/reference/glib'
 # cd ../../../.. && /bin/sh /builddir/build/BUILD/glib-2.36.2/missing 
automake-1.13 --gnu docs/reference/glib/Makefile
 # /builddir/build/BUILD/glib-2.36.2/missing: line 81: automake-1.13: command 
not found
-BuildRequires:  automake
+BuildRequires:  autoconf automake libtool
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=674214
 Patch1:         0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
@@ -104,6 +104,9 @@ Static version of the MinGW Windows GLib2 library.
 
 %prep
 %setup -q -n glib-%{version}
+
+autoreconf -i --force
+
 %patch1 -p1
 %patch3 -p0
 %patch4 -p0
_______________________________________________
mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/mingw

Reply via email to