X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=autogen.sh;h=234e82902cf8d498c99e25f55e2cab74b8544d40;hb=550d5c28791a1bd50bd70bab6f9c4ee419e3ad50;hp=b01012eb2efd9d9a98bc30d43dbf913ba457028a;hpb=01618658fd82dbc5e6315b639f00e87c6fee3c54;p=elogind.git diff --git a/autogen.sh b/autogen.sh index b01012eb2..234e82902 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,5 @@ #!/bin/sh -e -(autopoint --version) < /dev/null > /dev/null 2>&1 || { - echo - echo "You must have autopoint installed to generate the build system.." - echo - exit 1 -} (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have autoconf installed to generate the build system." @@ -49,6 +43,12 @@ automake --add-missing if test -z "$@"; then args="--prefix=/usr --exec-prefix= --sysconfdir=/etc" + args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))" + export CFLAGS="-g -Wall \ +-Wmissing-declarations -Wmissing-prototypes \ +-Wnested-externs -Wpointer-arith \ +-Wpointer-arith -Wsign-compare -Wchar-subscripts \ +-Wstrict-prototypes -Wshadow" else args=$@ fi