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