chiark / gitweb /
build: use autoreconf --symlink
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 29 Dec 2008 04:47:53 +0000 (05:47 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 29 Dec 2008 04:47:53 +0000 (05:47 +0100)
autogen.sh

index f088a8f5d10bd195b711a7873a50454d642dd419..be3b6749b8a3ecd91c2928f8c02d56b47920d08c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 
 #!/bin/sh -e
 
-autoreconf -i
+autoreconf --install --symlink
 
 CFLAGS="-g -Wall \
 -Wmissing-declarations -Wmissing-prototypes \
 
 CFLAGS="-g -Wall \
 -Wmissing-declarations -Wmissing-prototypes \