Remove autoreconf warnings by adding m4 directory
This commit is contained in:
parent
c0493a91e0
commit
2079016a04
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# General init
|
||||
AC_INIT(libnfc, 1.3.0, info@libnfc.org)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
# SVN revison
|
||||
|
|
Loading…
Add table
Reference in a new issue