1#! /bin/sh
2
3set -x
4#aclocal-1.7 -I config
5#aclocal --acdir=/local/fayolle/AUTOTOOLS/automake/share/aclocal-1.10 -I config
6#aclocal  -I/local/fayolle/AUTOTOOLS/libtool/share/aclocal -I config
7aclocal -I config
8libtoolize --force --copy
9autoheader
10#autoconf -B/local/fayolle/AUTOTOOLS/autoconf/share/autoconf/autoconf/
11#autoconf --trace=m4_bregex
12autoconf
13#automake --libdir=/local/fayolle/AUTOTOOLS/automake/share/automake-1.10/ --add-missing --copy
14automake  --add-missing --copy
15
16