]> sigrok.org Git - libsigrok.git/blobdiff - autogen.sh
sr: adjust copyright year
[libsigrok.git] / autogen.sh
index 0f4a777151203c1321b3e493a0d19f92b91b0aa1..0177bd3b67a9bab9ea038d83349a615ec8995b1d 100755 (executable)
@@ -2,7 +2,7 @@
 ##
 ## This file is part of the sigrok project.
 ##
-## Copyright (C) 2010 Bert Vermeulen <bert@biot.com>
+## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -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