From 03733b04c3919920520c8b2ab1e18a44b2691cb5 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 26 Feb 2009 14:11:43 +0100 Subject: [PATCH] add m4/ subdir --- Makefile.am | 2 ++ configure.ac | 1 + m4/.gitignore | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 m4/.gitignore diff --git a/Makefile.am b/Makefile.am index 55df27e2c..1bb2d7773 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,8 @@ EXTRA_DIST = \ CLEANFILES = \ udev-$(VERSION).tar.gz udev-$(VERSION).tar.bz2 +ACLOCAL_AMFLAGS = -I m4 + clean-local: rm -rf udev-test-install diff --git a/configure.ac b/configure.ac index f23c377df..66dc86652 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_GNU_SOURCE AC_DISABLE_STATIC AC_SYS_LARGEFILE AC_PROG_LIBTOOL +AC_CONFIG_MACRO_DIR([m4]) dnl /* prefix is /usr, exec_prefix is /, if overridden exec_prefix follows prefix */ AC_PREFIX_DEFAULT([/usr]) diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 000000000..e1b74742f --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +libtool.m4 +lt*m4 -- 2.30.2