root/trunk/midgard/apis/python/autogen.sh

Revision 19071, 155 bytes (checked in by piotras, 6 days ago)

Replace autoconf with autoreconf

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