oops, didn't want to change that
[platform/upstream/gnome-common.git] / configure.in
index b449516..ac99c7e 100644 (file)
@@ -1,6 +1,6 @@
 AC_INIT(macros2/gnome-pkgconfig.m4)
 
-AM_INIT_AUTOMAKE(gnome-common, 1.2.2)
+AM_INIT_AUTOMAKE(gnome-common, 1.2.4)
 
 AM_MAINTAINER_MODE
 
@@ -17,7 +17,7 @@ AM_PROG_LIBTOOL
 AC_PROG_AWK
 
 AC_PATH_PROG(PKG_CONFIG, pkg-config)
-if ! test -x "$PKG_CONFIG" ; then
+if test "!" -x "$PKG_CONFIG" ; then
    AC_MSG_ERROR([
 *** You need the latest pkg-config.
 *** Get the latest version of pkg-config from