Don't touch any files in bootstrap

configure.ac already exists. Its timestamp doesn't need to be updated.
autoreconf takes care of the timestamps.

Since "foreign" is used in Makefile.am, no standard GNU files are
required. Distributing empty files like README could be disappointing for
the users.
This commit is contained in:
Pavel Roskin 2016-01-29 23:00:44 -08:00
parent 2694fa9dac
commit 12cd2f6a1d
1 changed files with 0 additions and 5 deletions

View File

@ -28,9 +28,4 @@ then
exit 1
fi
touch configure.ac
touch NEWS
touch AUTHORS
touch README
touch ChangeLog
autoreconf -fvi