Relevant BUGIDs: none

Purpose of commit: bugfix

Commit summary:
---------------

Add missing aclocal call to autogen.sh
This commit is contained in:
Thorsten Kukuk 2005-09-01 20:37:48 +00:00
parent a4f79c1252
commit 8d8cd5b892

View File

@ -3,5 +3,6 @@
echo "Please look at CHANGELOG" > NEWS
touch AUTHORS
echo "Please look at CHANGELOG" > ChangeLog
aclocal
automake --add-missing --copy
autoreconf