From: Simon Josefsson Date: Tue, 14 Feb 2006 14:28:33 +0000 (+0000) Subject: Add mingw32 target. X-Git-Tag: gnutls_1_3_5~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daccc638d0091bf08a4bed5afde9bfdf53bca292;p=thirdparty%2Fgnutls.git Add mingw32 target. --- diff --git a/maint-cfg.mk b/maint-cfg.mk index 9ad44a31cc..0463088a39 100644 --- a/maint-cfg.mk +++ b/maint-cfg.mk @@ -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`