summaryrefslogtreecommitdiff
path: root/m4macros/glib-2.0.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4macros/glib-2.0.m4')
-rw-r--r--m4macros/glib-2.0.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4macros/glib-2.0.m4 b/m4macros/glib-2.0.m4
index d8f03d420..4b1901947 100644
--- a/m4macros/glib-2.0.m4
+++ b/m4macros/glib-2.0.m4
@@ -1,6 +1,9 @@
# Configure paths for GLIB
# Owen Taylor 1997-2001
+# Increment this whenever this file is changed.
+#serial 1
+
dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject,
dnl gthread, or gio is specified in MODULES, pass to pkg-config
@@ -90,7 +93,7 @@ dnl
#include <stdlib.h>
int
-main ()
+main (void)
{
unsigned int major, minor, micro;