chiark / gitweb /
add m4/ subdir
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 26 Feb 2009 13:11:43 +0000 (14:11 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 26 Feb 2009 13:11:43 +0000 (14:11 +0100)
Makefile.am
configure.ac
m4/.gitignore [new file with mode: 0644]

index 55df27e2c738800ea5ec27a12d779ca202679801..1bb2d7773b5ffd53f0290629a3191e734d09f87e 100644 (file)
@@ -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
 
index f23c377df0e8a7e1ec39af412f6e2b6bed65e3f8..66dc866521fedb8910eedb388ccb3b962926d55b 100644 (file)
@@ -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 (file)
index 0000000..e1b7474
--- /dev/null
@@ -0,0 +1,2 @@
+libtool.m4
+lt*m4