]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add mingw32 target.
authorSimon Josefsson <simon@josefsson.org>
Tue, 14 Feb 2006 14:28:33 +0000 (14:28 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 14 Feb 2006 14:28:33 +0000 (14:28 +0000)
maint-cfg.mk

index 9ad44a31ccd76a99ff81f3071b8c3fa7b73f156e..0463088a391be2042603d3a9706d7a5aa3d9d8c7 100644 (file)
@@ -27,6 +27,11 @@ endif
 gtk-doc.make:
        gtkdocize
 
-bootstrap: gtk-doc.make
+autoreconf:
        test -f ./configure || autoreconf --install
+
+bootstrap: autoreconf gtk-doc.make
        ./configure $(CFGFLAGS)
+
+mingw32: autoreconf gtk-doc.make
+       ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess`