summaryrefslogtreecommitdiff
path: root/maint-cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-14 14:28:33 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-14 14:28:33 +0000
commitdaccc638d0091bf08a4bed5afde9bfdf53bca292 (patch)
tree46bdef2fecdebec389e5de5afc1d58836fb68a3d /maint-cfg.mk
parent84debef8c277df6e8c89a0008b199205aed61263 (diff)
downloadgnutls-daccc638d0091bf08a4bed5afde9bfdf53bca292.tar.gz
Add mingw32 target.
Diffstat (limited to 'maint-cfg.mk')
-rw-r--r--maint-cfg.mk7
1 files changed, 6 insertions, 1 deletions
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`