From: Kay Sievers Date: Mon, 29 Dec 2008 04:47:53 +0000 (+0100) Subject: build: use autoreconf --symlink X-Git-Tag: 174~1237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12dda308d9aed677a6cceb9d6a4c6b831987dcd6;p=thirdparty%2Fsystemd.git build: use autoreconf --symlink --- diff --git a/autogen.sh b/autogen.sh index f088a8f5d10..be3b6749b8a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -autoreconf -i +autoreconf --install --symlink CFLAGS="-g -Wall \ -Wmissing-declarations -Wmissing-prototypes \