summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-09-17 04:32:38 +0000
committernobody <nobody@localhost>2001-09-17 04:32:38 +0000
commit8364b6313b32e205341f6258f5af7b87acb43990 (patch)
tree6f31e70927858f2bafcfc481e337a665090bdb8e /configure.in
parent2cc150d4ea46d5e01b1f0f0bb856a2695ae1dc5a (diff)
downloadgnome-common-gnome-utils-1-4.tar.gz
This commit was manufactured by cvs2svn to create branchgnome-utils-1-4
'gnome-utils-1-4'. svn path=/branches/gnome-utils-1-4/; revision=2004
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in35
1 files changed, 0 insertions, 35 deletions
diff --git a/configure.in b/configure.in
deleted file mode 100644
index afcb015..0000000
--- a/configure.in
+++ /dev/null
@@ -1,35 +0,0 @@
-AC_INIT(macros2/gnome-pkgconfig.m4)
-
-AM_INIT_AUTOMAKE(gnome-common, 1.2.3)
-
-AM_MAINTAINER_MODE
-
-AM_CONDITIONAL(INSIDE_GNOME_COMMON, true)
-
-AC_DEFUN([AC_FYI], [echo "FYI: " $1])
-
-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])
-