config: remove m4/.gitignore now that toplevel one handles it all
authorGaetan Nadon <memsize@videotron.ca>
Fri, 3 Dec 2010 20:13:01 +0000 (15:13 -0500)
committerGaetan Nadon <memsize@videotron.ca>
Tue, 7 Dec 2010 14:47:32 +0000 (09:47 -0500)
The -Im4 in Makefile.am will have to wait until the day
there is an m4 macro checked-in git in the m4 directory.
This does not prevent libtool to install its macros in m4.

Acked-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Makefile.am
m4/.gitignore [deleted file]

index 80a4553..6c97739 100644 (file)
@@ -1,5 +1,3 @@
-ACLOCAL_AMFLAGS = -I m4
-
 SUBDIRS = include src test
 
 pkgconfigdir = $(libdir)/pkgconfig
diff --git a/m4/.gitignore b/m4/.gitignore
deleted file mode 100644 (file)
index 8d0c756..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/lt*.m4
-/libtool.m4