Skip to content

Commit 0d9a825

Browse files
committed
build: add m4 directory per Libtool recommendations
1 parent e3dd465 commit 0d9a825

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
ACLOCAL_AMFLAGS = -I m4
12
SUBDIRS = strider striderctl xt_strider

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AC_INIT([strider], [0.4.2])
2-
AM_INIT_AUTOMAKE([-Wall foreign])
32
AC_CONFIG_HEADERS([config.h])
3+
AC_CONFIG_MACRO_DIRS([m4])
4+
AM_INIT_AUTOMAKE([-Wall foreign])
45
AC_PROG_CC
56
AC_PROG_INSTALL
67
AM_PROG_AR

m4/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)