ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/autogen.sh
Revision: 1.1
Committed: Sat Jan 21 21:45:02 2006 UTC (18 years, 3 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: rel-0_1, rel-0_2, rel-1_0, rel-1_1, rel-1_3, rel-1_2
Log Message:
*** empty log message ***

File Contents

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