aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-12-29 05:47:53 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-12-29 05:47:53 +0100
commit12dda308d9aed677a6cceb9d6a4c6b831987dcd6 (patch)
treefd66cd160b19f299c097e46af8df94df4efb1d89 /autogen.sh
parent1028fe14b65d861415cda99c4ff7d0bafd67bb7f (diff)
downloadudev-12dda308d9aed677a6cceb9d6a4c6b831987dcd6.tar.gz
build: use autoreconf --symlink
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f088a8f5..be3b6749 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 \