ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/autogen.sh
(Generate patch)

Comparing libptytty/autogen.sh (file contents):
Revision 1.1 by root, Sat Jan 21 21:45:02 2006 UTC vs.
Revision 1.2 by sf-exg, Fri Jan 8 11:48:53 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines