forked from ariadne/pkgconf
build: fix autoconf sanity check path
parent
1e91c245e3
commit
a705b5a018
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue