root/trunk/midgard/core/midgard/autogen.sh

Revision 23671, 175 bytes (checked in by piotras, 5 months ago)

Add libtoolize which can create m4 directory.

  • Property svn:executable set to *
Line 
1 #! /bin/sh
2
3 src_dir=`pwd`
4 configure_options="$@"
5
6 libtoolize
7 autoreconf -i --force
8 automake
9
10 $src_dir/configure $configure_options
11
12 echo 
13 echo "Run \`make\` to compile"
14 echo 
Note: See TracBrowser for help on using the browser.