]> git.meshlink.io Git - catta/blobdiff - bootstrap.sh
call ./configure from bootstrap.sh
[catta] / bootstrap.sh
index 490738e0914e1b39fdae6f3ceee49251e63f313e..2b5c56f6a19367c94b554227eaaf4ecf085b7e28 100755 (executable)
@@ -47,4 +47,5 @@ case `uname -s` in
     ;;
 esac
 
-CFLAGS="$CFLAGS -g -O0" exec ./autogen.sh $FLAGS "$@"
+export CFLAGS="$CFLAGS -g -O0"
+sh autogen.sh && ./configure $FLAGS "$@"