aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2004-01-06 10:27:58 +0000
committerWojciech Polak <polak@gnu.org>2004-01-06 10:27:58 +0000
commitee51aa22afe02bb5968f16ad2c532372c488d74a (patch)
tree7278bb8e5c3fc6803f95d0178a08de91a0db3dc7 /configure.ac
parent9e6cd305ac20d70aecfa5dbf72269a3d6f6eb35d (diff)
downloadanubis-ee51aa22afe02bb5968f16ad2c532372c488d74a.tar.gz
anubis-ee51aa22afe02bb5968f16ad2c532372c488d74a.tar.bz2
(AC_CONFIG_FILES): Removed m4/Makefile.
(AC_PREREQ): Bump to 2.59.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 46f4438..7101766 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl
dnl configure.ac
dnl
dnl This file is part of GNU Anubis.
-dnl Copyright (C) 2001, 2002, 2003 The Anubis Team.
+dnl Copyright (C) 2001, 2002, 2003, 2004 The Anubis Team.
dnl
dnl GNU Anubis is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
AC_INIT([GNU Anubis], [3.9.94], [bug-anubis@gnu.org], [anubis])
-AC_PREREQ([2.57])
+AC_PREREQ([2.59])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/main.c])
@@ -354,7 +354,6 @@ AC_CONFIG_FILES([Makefile
guile/Makefile
intl/Makefile
lib/Makefile
- m4/Makefile
po/Makefile.in
scripts/Makefile
src/Makefile

Return to:

Send suggestions and report system problems to the System administrator.