* add a dummy autogen.sh

This commit is contained in:
Dirk-Jan C. Binnema 2010-12-05 14:40:02 +02:00
parent 02ec89b4fb
commit 1d5d90d047
2 changed files with 4 additions and 1 deletions

View File

@ -63,4 +63,5 @@ EXTRA_DIST= \
TODO \
HACKING \
gtest.mk \
NEWS
NEWS \
autogen.sh

2
autogen.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
echo "please use 'autoreconf -i'"