equal
deleted
inserted
replaced
7 directory=`dirname $0` |
7 directory=`dirname $0` |
8 touch $directory/configure.in |
8 touch $directory/configure.in |
9 |
9 |
10 # Regenerate configuration files |
10 # Regenerate configuration files |
11 aclocal |
11 aclocal |
12 automake --foreign --include-deps |
12 automake --foreign --include-deps --add-missing --copy |
13 autoconf |
13 autoconf |
14 (cd test; aclocal; automake --foreign --include-deps; autoconf) |
14 (cd test; aclocal; automake --foreign --include-deps; autoconf) |
15 |
15 |
16 # Run configure for this platform |
16 # Run configure for this platform |
17 #./configure $* |
17 #./configure $* |