X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=autogen.sh;h=90d7005e6c4d3dafebbed8a5e6970089c05949d7;hp=6a30e1305f471e72ace3106ccedc24dabd3748a9;hb=9e734911e96ae83b0f41afa5073d5313bc197d96;hpb=a065c2a4897d738b099067f2b8b7581265e7200b diff --git a/autogen.sh b/autogen.sh index 6a30e13..90d7005 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,10 @@ #!/bin/sh -aclocal +libtoolize +aclocal -I m4 +autoconf autoheader automake -a -c -autoconf # Run configure ./configure "$@"