Fix:gui_internal:Don't include version.h, since it isn't yet created when compiling...
[navit-package] / autogen.sh
index bd55650..e1a5447 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-if [ `uname` == Darwin ]; then
+if [ `uname` = Darwin ]; then
        LIBTOOL=glibtool
 else
        LIBTOOL=libtool
@@ -14,4 +14,4 @@ do
        fi
 done
 
-autoreconf --force --install -I m4
+autoreconf --install -I m4