summaryrefslogtreecommitdiff
path: root/pkg.m4.in
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-09-06 17:10:17 +0100
committerDan Nicholson <dbn.lists@gmail.com>2016-09-06 09:24:53 -0700
commita38d5c58a177c6cf274d6f1607f64ef360b6966d (patch)
treed805e01ce9151ee82ee4d30e03ac72e02150c335 /pkg.m4.in
parentbbbdab4c606a1996e6ba573336b425ccc136463c (diff)
downloadpkg-config-a38d5c58a177c6cf274d6f1607f64ef360b6966d.tar.gz
pkg.m4.in: use correct comments for aclocal serial
aclocal requires that serial numbers are on a line commented out with hashes not dnl, so change the commenting style on the first two lines. https://bugs.freedesktop.org/show_bug.cgi?id=97615
Diffstat (limited to 'pkg.m4.in')
-rw-r--r--pkg.m4.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg.m4.in b/pkg.m4.in
index ecc86b1..eb44361 100644
--- a/pkg.m4.in
+++ b/pkg.m4.in
@@ -1,6 +1,6 @@
-dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
-dnl serial 11 (pkg-config-@VERSION@)
-dnl
+# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
+# serial 11 (pkg-config-@VERSION@)
+
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
dnl