X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.in;h=46f4b1f6e4e035d3bcb607bf211b2b6af6c0ab87;hb=f54cee036d5d40e1353f7fb78d7521f8d6f474b7;hp=ad0738289ffeee6078ff9b77dc5543bdaa6ea879;hpb=e16ea58db92e05b9720acdc6992175ec346dfc91;p=platform%2Fupstream%2Fgnome-common.git diff --git a/configure.in b/configure.in index ad07382..46f4b1f 100644 --- a/configure.in +++ b/configure.in @@ -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 -*** .]) +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