X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=autogen.sh;h=99148fef1836acbf2c82558abd0c831f4a5afaf7;hp=f08739919d7b9f4b8a69adc021e80d1993d5c172;hb=129a76d1411166176db646138b35e8f5ed9907a2;hpb=8bddb2d979c879c2081d7efe9a048362524dbd14 diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755 index f087399..99148fe --- a/autogen.sh +++ b/autogen.sh @@ -1,15 +1,6 @@ #!/bin/sh - -# call autoconf, autoheader and automake -echo autoheader.. -autoheader || exit $? -echo aclocal.. -aclocal || exit $? -echo autoconf.. -autoconf || exit $? -echo automake.. -automake || exit $? - -#./configure -#make distcheck +aclocal +autoheader +automake --foreign --copy --add-missing +autoconf