Statistics
| Branch: | Tag: | Revision:

root / autogen.sh @ 42c067b7

History | View | Annotate | Download (302 Bytes)

1 47cdf8b9 Michael Hanselmann
#!/bin/sh
2 47cdf8b9 Michael Hanselmann
3 47cdf8b9 Michael Hanselmann
if test ! -f configure.ac ; then
4 47cdf8b9 Michael Hanselmann
  echo "You must execute this script from the top level directory."
5 47cdf8b9 Michael Hanselmann
  exit 1
6 47cdf8b9 Michael Hanselmann
fi
7 47cdf8b9 Michael Hanselmann
8 47cdf8b9 Michael Hanselmann
set -e
9 47cdf8b9 Michael Hanselmann
10 47cdf8b9 Michael Hanselmann
rm -rf config.cache autom4te.cache
11 16ebf761 Iustin Pop
mkdir -p autotools
12 47cdf8b9 Michael Hanselmann
13 e02f23f8 Michael Hanselmann
${ACLOCAL:-aclocal} -I autotools
14 e02f23f8 Michael Hanselmann
${AUTOCONF:-autoconf}
15 e70f1b7c Michael Hanselmann
${AUTOMAKE:-automake} --add-missing
16 47cdf8b9 Michael Hanselmann
17 47cdf8b9 Michael Hanselmann
rm -rf autom4te.cache