root/libcrash/trunk/autogen.sh

Revision 138, 201 bytes (checked in by athomas, 4 years ago)
  • Added missing configure.in.
  • Fixed up some svn:ignore properties.
  • Property svn:executable set to
Line 
1 #!/bin/sh
2
3 echo +libtoolize
4 libtoolize --force --copy
5 echo +aclocal
6 aclocal
7 echo +automake
8 automake -ac
9 echo +autoconf
10 autoconf
11 echo +autoheader
12 autoheader
13
14 echo "Now you are ready to run ./configure"
Note: See TracBrowser for help on using the browser.