diff options
author | Ross Burton <ross.burton@intel.com> | 2016-09-06 17:10:17 +0100 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2016-09-06 09:24:53 -0700 |
commit | a38d5c58a177c6cf274d6f1607f64ef360b6966d (patch) | |
tree | d805e01ce9151ee82ee4d30e03ac72e02150c335 | |
parent | bbbdab4c606a1996e6ba573336b425ccc136463c (diff) |
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
-rw-r--r-- | pkg.m4.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |