*** empty log message ***
[dana/urxvt.git] / autogen.sh
1 #! /bin/sh
2
3 if autoheader && autoconf; then
4         rm -rf autom4te.cache
5         echo "Now run ./configure"
6 fi