diff --git a/autogen.sh b/autogen.sh index 070bb83cd111646b5976931c9cd9387f8b392872..a33b6d1a2a741f5d78bab0cc7b1a66d058dd591e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,11 +5,9 @@ for dir in $GETTEXT_DIR /usr/share/gettext; do if test -f $dir/config.rpath; then - cp -f $dir/config.rpath build-aux/ + /bin/cp -f $dir/config.rpath build-aux/ break fi done -autoreconf -i - -rm -f ChangeLog +autoreconf -vif