ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/autogen.sh
Revision: 1.2
Committed: Fri Jan 8 11:48:53 2010 UTC (14 years, 5 months ago) by sf-exg
Content type: application/x-sh
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_22, rxvt-unicode-rel-9_20, rxvt-unicode-rel-9_21, rel-9_14, rel-9_12, rel-1_8, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_17, rel-1_5, rxvt-unicode-rel-9_16, rel-1_7, rel-1_4, rxvt-unicode-rel-9_15, rel-1_6
Changes since 1.1: +1 -1 lines
Log Message:
Switch to automake.

File Contents

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