ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/autogen.sh
Revision: 1.3
Committed: Sat Jul 24 18:36:52 2021 UTC (2 years, 9 months ago) by sf-exg
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Remove autotools build system

File Contents

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