equal
deleted
inserted
replaced
1 #!/bin/bash |
1 #!/bin/bash |
2 |
2 |
3 # $Id$ |
3 # $Id$ |
4 |
4 |
5 set -x |
5 set -x |
6 mkdir -p autoconf |
|
7 aclocal -I autoconf |
|
8 autoheader |
|
9 touch ChangeLog |
6 touch ChangeLog |
10 automake --add-missing --copy |
7 autoreconf -i |
11 autoconf |
|