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
This commit is contained in:
Ross Burton 2016-09-06 17:10:17 +01:00 committed by Dan Nicholson
parent bbbdab4c60
commit a38d5c58a1

View file

@ -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