root/todo/trunk/autogen.sh

Revision 291, 307 bytes (checked in by athomas, 4 years ago)

Added autogen.sh

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 echo libtoolize
4 libtoolize --force --automake
5 #echo gettextize
6 #gettextize --force --copy --intl
7 #echo intltoolize
8 #intltoolize --force --copy
9 echo aclocal
10 aclocal
11 echo automake
12 automake --add-missing
13 echo autoconf
14 autoconf
15 echo autoheader
16 autoheader
17
18 echo "Now you are ready to run ./configure"
Note: See TracBrowser for help on using the browser.