Clearly these files aren't useful anymore, since we no longer use CVS.
all:
test -e ChangeLog || touch ChangeLog
test -d m4 || mkdir m4
- echo '*' > m4/.cvsignore
touch m4/Makefile.am
$(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
--source-base=gl --lib=libgl --tests-base=tests \
--doc-base=gl/doc --aux-dir=build-aux --import \
$(GNULIB_MODULES)
- echo '*' > gl/.cvsignore
- echo '*' > gl/m4/.cvsignore
libtoolize --force --automake
aclocal -I m4 -I gl/m4
autoconf