X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=autogen.sh;h=01db361f2284425d0d65522f10e24db9ddd772b1;hp=f08739919d7b9f4b8a69adc021e80d1993d5c172;hb=refs%2Fheads%2Fjolly%2Fhandover;hpb=8bddb2d979c879c2081d7efe9a048362524dbd14 diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755 index f087399..01db361 --- a/autogen.sh +++ b/autogen.sh @@ -1,15 +1,3 @@ #!/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 +autoreconf --install --force