Revert "Use macro dir m4"

This reverts commit 20bc278b01.
This commit is contained in:
Alex Kotov 2020-11-27 19:17:02 +05:00
parent d6be5aafe2
commit 0a6207c254
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,9 @@
SUBDIRS = include
ACLOCAL_AMFLAGS = -I m4 --install
AM_CFLAGS = -std=c99 -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,7 +5,6 @@ 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])

View File