summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-10-11 21:08:05 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2022-10-12 06:20:33 +0000
commit37190b3c12e9a8551a4c4bfaa8b1eb7399bff180 (patch)
tree6d2c59cb16ad47ed2d0c2e8948cff10ffa47e7cb /.gitignore
parentb1bc73e61da4e23a05f2d5125613c51b1151f4ed (diff)
downloaddbus-37190b3c12e9a8551a4c4bfaa8b1eb7399bff180.tar.gz
m4: Stop shipping our own copy of pkg.m4
The canonical way to find these macro is to run autogen.sh or autoreconf while pkg-config (or pkgconf) is installed, which will copy an up-to-date version of the macros from /usr/share/aclocal. The `make dist` archive will include a bundled copy of those macros, but the git repository doesn't need them. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 931e60a2..9bea1184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ file*.lst
/libtool
/m4/libtool.m4
/m4/lt*.m4
+/m4/pkg.m4
/src-from-dist/
/stamp-h
/stamp-h.in