1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/autogen.sh
Andy Wingo 1f246cb782 autotooling, version bump to 0.7
* acconfig.h: Removed.

* acinclude.m4: Use the extended AC_DEFINE for HAVE_LABELS_AS_VALUES, so
  as to remove the need for acconfig.h.

* autogen.sh: Use autoreconf.

* configure.in: Update info, don't warn about non-gnu make, bump version
  to 0.7.

* doc/texinfo.tex: Automagically updated. (Should this be in VCS?)
2008-05-20 12:10:18 +02:00

12 lines
291 B
Bash
Executable file

#!/bin/sh
export ACLOCAL_AMFLAGS=
if test ! -f "`aclocal --print-ac-dir`/guile.m4"; then
if test -f "`guile-config info datadir`/aclocal/guile.m4"; then
ACLOCAL_AMFLAGS="-I `guile-config info datadir`/aclocal"
else
echo "warning: cannot find guile.m4";
fi
fi
autoreconf -vif