- including modified patch from Ciprian. This gives us sendToPrevWorkspace
[bbkeys.git] / Makefile.cvs
blob5b884dd35b87fd2649439beda3df53e60d13db1c
1 all:
2         export WANT_AUTOMAKE=1.7
3         echo "running libtoolize..."
4         libtoolize --copy --force --automake
5         echo "running aclocal..."
6         aclocal-1.7
7         echo "running autoconf..."
8         autoconf
9         echo "running automake..."
10         automake-1.7 --include-deps --add-missing --copy
11         echo
12         echo You are now ready to run ./configure
13         echo enjoy!
15 .SILENT: