summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-02-26 14:35:17 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-02-26 14:35:17 +0100
commitb7212f52625aa665fa473237cb61c5fc98d92604 (patch)
tree93865092762b23950a2ac591e45399b7306d6e14
parent1c2347aea896a125212e92ecc08cc34ec15fb884 (diff)
add m4/ subdir
-rw-r--r--.gitignore1
-rwxr-xr-xautogen.sh1
-rw-r--r--m4/.gitignore2
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f62c423..bcb9884 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-m4
*~
*.o
*.a
diff --git a/autogen.sh b/autogen.sh
index f25fe64..4287fdb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,6 @@ PKG_NAME=udev-extras
}
(cd $srcdir;
- mkdir -p m4/
autoreconf --install --symlink
./configure $@
)
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 0000000..e1b7474
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1,2 @@
+libtool.m4
+lt*m4