ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autogen.sh
Revision: 1.1
Committed: Wed Jan 18 08:35:59 2006 UTC (18 years, 4 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: rel-7_3, rel-7_2, rel-7_1, rel-7_7, rel-7_6, rel-7_5, rel-7_8, rel-7_9, rel-7_4, rel-8_1, rel-7_3a, rel-8_0, rel-8_4, rel-8_2, rel-8_3
Log Message:
*** empty log message ***

File Contents

# Content
1 #! /bin/sh
2
3 if autoheader && autoconf; then
4 rm -rf autom4te.cache
5 echo "Now run ./configure"
6 fi