Honour configure option --sysconfdir.
[libradsec.git] / configure.ac
index 3ff1cc3..8438bcb 100644 (file)
@@ -1,8 +1,7 @@
-AC_INIT(radsecproxy, 1.5-dev, radsecproxy@uninett.no)
+AC_INIT(radsecproxy, 1.6-dev, radsecproxy@uninett.no)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 AC_PROG_CC
-AM_PROG_CC_C_O
 AC_PROG_RANLIB
 udp=yes
 AC_ARG_ENABLE(udp,
@@ -80,7 +79,7 @@ case "${target_os}" in
     TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
     ;;
   *)
-    TARGET_CFLAGS="-Wall -pedantic -pthread"
+    TARGET_CFLAGS="-Wall -pedantic -Wno-long-long -pthread"
     TARGET_LDFLAGS=""
   esac
 dnl Adding enabled options