diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-20 23:20:07 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-20 23:20:07 +0000 |
commit | cd97f3fa5b1275595307e89b5b070f833adb573a (patch) | |
tree | 9556c4c6e17bce71dfaaa726b5cb83c931ccd5c1 /autogen.sh | |
parent | 21042d3e34f0297575530a1bfa89a476c06b0ee1 (diff) |
(option_parser): update to 2.7.40
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 4271d4c8a7..2fd8bebd5a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,6 @@ case $1 in --noconf*) NOCONFIGURE=true;; esac -touch stepmake/bin/install-sh if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then echo "stepmake/aclocal.m4 is newer. Copying file." cp -f stepmake/aclocal.m4 aclocal.m4 |