Allow entering a search string to search in some specific field.
[python-gnt.git] / autogen.sh
blob0bad4863454fedf0522b66b60a408d37a1e70983
1 #!/bin/sh
3 aclocal
4 autoheader
5 automake --add-missing --copy;
6 autoconf
7 automake
9 echo;
10 echo "Running ./configure $@"
11 echo;
12 ./configure $@