X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=d37f5fe9d74ee2723514009242ecccb0bd2f2056;hb=676bf74fb53a0931249719bfa5c4958308f3aa37;hp=6cc2dbcb6e3dabb3daf64960b6ea536a63665442;hpb=3f63165cbcd9e3e512a7f117a025c406147b0466;p=sigrok-gtk.git diff --git a/autogen.sh b/autogen.sh index 6cc2dbc..d37f5fe 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