Updated for 1.2.0.6

This commit is contained in:
Gerald Schmidt 2009-10-04 23:04:40 +00:00
parent c9a974fb46
commit 683dc43dff
1 changed files with 10 additions and 0 deletions

10
autogen.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
export WANT_AUTOCONF_2_5="1"
export WANT_AUTOMAKE_1_7="1"
aclocal
libtoolize --automake --force --copy
automake -a -c
autoconf