ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/autogen.sh
Revision: 1.2
Committed: Wed Nov 3 20:03:49 2010 UTC (13 years, 6 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: rel-4_01, rel-4_03, rel-4_02, rel-4_04
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #!/bin/sh
2
3 libtoolize --force
4 automake --add-missing --force-missing
5 autoreconf
6