Minor binding name clash tweak.
[bpt/guile.git] / autogen.sh
CommitLineData
a98cef7e
KN
1#!/bin/sh
2
a4908d56
KN
3if test -f "`aclocal --print-ac-dir`/guile.m4"; then
4 aclocal
5else
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
12fi
13
a98cef7e
KN
14autoheader
15automake -a
16autoconf