summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-03-20 23:20:07 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2006-03-20 23:20:07 +0000
commitcd97f3fa5b1275595307e89b5b070f833adb573a (patch)
tree9556c4c6e17bce71dfaaa726b5cb83c931ccd5c1 /autogen.sh
parent21042d3e34f0297575530a1bfa89a476c06b0ee1 (diff)
(option_parser): update to 2.7.40
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
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