3.5.91
[platform/upstream/gnome-common.git] / configure.in
index ad07382..46f4b1f 100644 (file)
@@ -1,36 +1,23 @@
-AC_INIT(macros2/gnome-common.m4)
+AC_PREREQ(2.54)
+AC_INIT([gnome-common], [3.5.91],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common])
 
-AM_INIT_AUTOMAKE(gnome-common, 2.3.0)
+AC_CONFIG_SRCDIR([macros2/gnome-autogen.sh])
 
-AM_MAINTAINER_MODE
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 
-AM_CONDITIONAL(INSIDE_GNOME_COMMON, true)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
 
-AC_ISC_POSIX
-AC_PROG_CC
-AC_PROG_CPP
-AC_STDC_HEADERS
-AM_PROG_LIBTOOL
-
-AC_PROG_AWK
-
-AC_PATH_PROG(PKG_CONFIG, pkg-config)
-if test "!" -x "$PKG_CONFIG" ; then
-   AC_MSG_ERROR([
-*** You need the latest pkg-config.
-*** Get the latest version of pkg-config from
-*** <http://www.freedesktop.org/software/pkgconfig/>.])
+if test -z "$enable_maintainer_mode"; then
+  enable_maintainer_mode=yes
 fi
-AC_SUBST(PKG_CONFIG)
+AM_MAINTAINER_MODE([enable])
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
-gnome-common.spec
-macros/Makefile
 macros2/Makefile
-bin/Makefile
-doc/Makefile
 doc-build/Makefile
 doc-build/gnome-doc-common
 ])
 
+AC_OUTPUT