Updated for 1.2.0.6
This commit is contained in:
parent
c9a974fb46
commit
683dc43dff
|
@ -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
|
||||
|
Loading…
Reference in New Issue