Hello.

Could you guys add an autogen script to the main kaffe directory.
This script will just run the each of the auto* programs in the
correct order. I really hate having to remember the correct order
to type in the commands.


% cat autogen.sh 
#!/bin/sh
aclocal -I .
autoheader
automake --add-missing --verbose
autoconf


Thanks
Mo DeJong
dejong at cs.umn.edu

Reply via email to