fix immediate linkage, some other fixes to allow vm/ to compile
[bpt/guile.git] / autogen.sh
1 #!/bin/sh
2
3 if test -f "`aclocal --print-ac-dir`/guile.m4"; then
4 aclocal
5 else
6 if test -f "`guile-config info datadir`/aclocal/guile.m4"; then
7 aclocal -I "`guile-config info datadir`/aclocal"
8 else
9 echo "Cannot find guile.m4";
10 exit;
11 fi
12 fi
13
14 libtoolize && \
15 autoheader && \
16 automake -a && \
17 autoconf