summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2010-02-22 18:36:54 -0800
committerSaleem Abdulrasool <compnerd@compnerd.org>2010-02-22 18:36:54 -0800
commitbc0a3bcf0a50cae7036a3400823fad1cfcbb17c9 (patch)
treeea5e102d704688f211f44e5e7b5d5300db14205c
parent952c6d28ee612abb884e6690b28eb9f1cb1f9ac4 (diff)
downloadyelp-bc0a3bcf0a50cae7036a3400823fad1cfcbb17c9.tar.gz
remove usage of GNOME_COMMON_INIT
GNOME_COMMON_INIT does not work with autoreconf, so remove its usage. The ACLOCAL_AMFLAGS substitution is sufficient.
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 767738f3..46486dd7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,16 +1,14 @@
AC_INIT([Yelp],[2.27.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
-GNOME_COMMON_INIT
-
AC_CONFIG_SRCDIR([src/yelp-main.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE
-AC_CONFIG_MACRO_DIR(m4)
+AC_CONFIG_MACRO_DIR([m4])
-AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 \${ACLOCAL_FLAGS}")
AC_PROG_LN_S
AC_PROG_CC