autotooling, version bump to 0.7
[bpt/guile.git] / autogen.sh
1 #!/bin/sh
2
3 export ACLOCAL_AMFLAGS=
4 if test ! -f "`aclocal --print-ac-dir`/guile.m4"; then
5 if test -f "`guile-config info datadir`/aclocal/guile.m4"; then
6 ACLOCAL_AMFLAGS="-I `guile-config info datadir`/aclocal"
7 else
8 echo "warning: cannot find guile.m4";
9 fi
10 fi
11
12 autoreconf -vif