From a705b5a0186062c1ee93d02ac07ba15d72058fab Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 12 Feb 2018 00:46:47 -0600 Subject: [PATCH] build: fix autoconf sanity check path --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 663e45a..f4a3854 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl from the use of this software. AC_PREREQ([2.68]) AC_INIT([pkgconf], [1.4.2], [http://github.com/pkgconf/pkgconf/issues]) -AC_CONFIG_SRCDIR([main.c]) +AC_CONFIG_SRCDIR([cli/main.c]) AC_CONFIG_MACRO_DIRS([m4]) AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"]) AX_CHECK_COMPILE_FLAG([-Wextra], [CFLAGS="$CFLAGS -Wextra"])