X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=autogen.sh;h=a49d17b63fcde65964ba465882b7d1f1c5a1229d;hp=0f4a777151203c1321b3e493a0d19f92b91b0aa1;hb=8ad6e500312084cd4ae43c7bda476cc7370cda20;hpb=a190e97997d091a6a1ff53d4f50ce6eae26ab9ae diff --git a/autogen.sh b/autogen.sh index 0f4a777..a49d17b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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