build: fix autoconf sanity check path

pull/173/head
William Pitcock 2018-02-12 00:46:47 -06:00
parent 1e91c245e3
commit a705b5a018
1 changed files with 1 additions and 1 deletions

View File

@ -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"])