X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=autogen.sh;h=bd6daa8b8f384426cfea98d6f0f41de1b4033ee1;hb=b02f2c3d23f841720a457ce178af60b0caa5ace9;hp=086ea135813ad175ded22febcf021eaaffbd2957;hpb=af10b851da5fa9719b321c36f1ef05b8aca98875;p=aweather diff --git a/autogen.sh b/autogen.sh index 086ea13..bd6daa8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,10 +1,12 @@ #!/bin/sh +gnulib-tool --no-vc-files --import strptime + libtoolize -aclocal +aclocal -I m4 +autoconf autoheader automake -a -c -autoconf # Run configure ./configure "$@"