]> sigrok.org Git - sigrok-gtk.git/blobdiff - autogen.sh
README: Add "Copyright and license" section.
[sigrok-gtk.git] / autogen.sh
index 6cc2dbcb6e3dabb3daf64960b6ea536a63665442..b2a694be5ea6c15780f866289379d05efeb5679d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ##
-## This file is part of the sigrok project.
+## This file is part of the sigrok-gtk project.
 ##
 ## Copyright (C) 2010 Bert Vermeulen <bert@biot.com>
 ##
@@ -38,6 +38,13 @@ if [ "x$OS" = "xDarwin" ]; then
        fi
 
 elif [ "x$OS" = "xMINGW32_NT-5.1" ]; then
+       # Windows XP
+       ACLOCAL_DIR="-I /usr/local/share/aclocal"
+elif [ "x$OS" = "xMINGW32_NT-6.0" ]; then
+       # Windows Vista
+       ACLOCAL_DIR="-I /usr/local/share/aclocal"
+elif [ "x$OS" = "xMINGW32_NT-6.1" ]; then
+       # Windows 7
        ACLOCAL_DIR="-I /usr/local/share/aclocal"
 fi
 
@@ -45,6 +52,6 @@ echo "Generating build system..."
 ${LIBTOOLIZE} --install --copy --quiet || exit 1
 aclocal ${ACLOCAL_DIR} || exit 1
 # autoheader || exit 1
-automake --add-missing --copy --foreign || exit 1
+automake --add-missing --copy || exit 1
 autoconf || exit 1