diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-12-21 11:25:29 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-12-21 11:25:29 +0000 |
commit | d63f7d5882535980eed33ff40500f96c165ad81c (patch) | |
tree | 8dc165c35375ab823f9c22d48f3acb2653bb17db /ACE/bin | |
parent | 60804fde36406f5b95fe090966e59a1eeb925e64 (diff) | |
download | ATCD-d63f7d5882535980eed33ff40500f96c165ad81c.tar.gz |
Mon Dec 21 11:26:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/bootstrap:
Invoke autoupdate as part of this script
Diffstat (limited to 'ACE/bin')
-rwxr-xr-x | ACE/bin/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/bin/bootstrap b/ACE/bin/bootstrap index 9aadb28bf13..9b35e3e21da 100755 --- a/ACE/bin/bootstrap +++ b/ACE/bin/bootstrap @@ -70,9 +70,9 @@ if test -d m4; then # Update the NEWS file # For now just copy the contents of the `VERSION' file to make automake # happy. Eventually, we should start putting real news in to it. -# echo "Creating a NEWS file" -# cp VERSION NEWS + autoupdate -f + # autoreconf -I m4 --install --force --symlink --verbose autoreconf -I m4 --install --force |