summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-06-28 16:20:00 +0000
committernobody <nobody@localhost>2003-06-28 16:20:00 +0000
commitc1f7c37ed55d82641f4eda3b0b7bd8add9f18257 (patch)
treee521429188462e4446c632b5bd4b6f333e589995 /configure.in
parent76b647b4d1f9d146319f35c8440040612f8590ab (diff)
downloadgnome-common-enchant.tar.gz
This commit was manufactured by cvs2svn to create branch 'enchant'.enchant
svn path=/branches/enchant/; revision=3023
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in36
1 files changed, 0 insertions, 36 deletions
diff --git a/configure.in b/configure.in
deleted file mode 100644
index ad07382..0000000
--- a/configure.in
+++ /dev/null
@@ -1,36 +0,0 @@
-AC_INIT(macros2/gnome-common.m4)
-
-AM_INIT_AUTOMAKE(gnome-common, 2.3.0)
-
-AM_MAINTAINER_MODE
-
-AM_CONDITIONAL(INSIDE_GNOME_COMMON, true)
-
-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/>.])
-fi
-AC_SUBST(PKG_CONFIG)
-
-AC_OUTPUT([
-Makefile
-gnome-common.spec
-macros/Makefile
-macros2/Makefile
-bin/Makefile
-doc/Makefile
-doc-build/Makefile
-doc-build/gnome-doc-common
-])
-