X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=6d31db101a5bc1173a4264c65b2ae140d3772814;hb=025c264448de771ceb130d4d01aacbb9ca8453ea;hp=ae396319fab474cec0b8d16285c45278387e473c;hpb=7c081505e5ccdfc6178855d65499121ef1e58e53;p=libserialport.git diff --git a/autogen.sh b/autogen.sh index ae39631..6d31db1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,11 +22,9 @@ OS=`uname` LIBTOOLIZE=libtoolize -ACLOCAL_DIR= if [ "x$OS" = "xDarwin" ]; then LIBTOOLIZE=glibtoolize - if [ -d /sw/share/aclocal ]; then # fink installs aclocal macros here ACLOCAL_DIR="-I /sw/share/aclocal" @@ -40,16 +38,6 @@ if [ "x$OS" = "xDarwin" ]; then # Xcode installs aclocal macros here ACLOCAL_DIR="-I /usr/share/aclocal" 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 echo "Generating build system..."