Use macro dir m4

This commit is contained in:
Alex Kotov 2020-11-27 16:59:28 +05:00
parent b9fe234232
commit 20bc278b01
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 4 additions and 0 deletions

View File

@ -1,9 +1,12 @@
SUBDIRS = include
ACLOCAL_AMFLAGS = -I m4 --install
AM_CFLAGS = -I$(top_srcdir)/include
lib_LIBRARIES = libkernaux.a
EXTRA_DIST = m4/.keep
libkernaux_a_SOURCES = \
src/arch/i386.S \
src/pfa.c

View File

@ -5,6 +5,7 @@ AC_INIT([libkernaux],
[libkernaux],
[https://github.com/kernelmq/libkernaux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/pfa.c])
AM_INIT_AUTOMAKE([1.9 subdir-objects -Wall -Werror])

0
m4/.keep Normal file
View File