From a72f6ae91b5cb33f9f3d8d14806a1b61fe506d48 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Mon, 24 Oct 2016 16:11:22 +1030 Subject: [PATCH] Use AC_CONFIG_SRCDIR in configure.ac Adds a safety check to ensure that the --srcdir option to ./configure is valid. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 14616f74..e0b0a655 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(servald, 0.9) +AC_CONFIG_SRCDIR([serval_types.h]) AC_CONFIG_MACRO_DIR([m4]) CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"