changeset 1380 | d94b080ff6ce |
parent 982 | 7207057447f5 |
child 1563 | b054590b967a |
1379:c0a74f199ecf | 1380:d94b080ff6ce |
---|---|
1 #!/bin/sh |
1 #!/bin/sh |
2 # |
2 # |
3 aclocal |
3 # Regenerate configuration files |
4 automake --foreign --add-missing |
4 cp acinclude.m4 aclocal.m4 |
5 autoconf |
5 autoconf |
6 |
|
7 # Run configure for this platform |
|
8 #./configure $* |
|
9 echo "Now you are ready to run ./configure" |