Update of /cvsroot/qmailadmin/qmailadmin
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8260
Modified Files:
Tag: stable-1_2
ChangeLog configure configure.in
Log Message:
start 1.2.13, update configure with GNU Autoconf 2.59
Index: ChangeLog
===================================================================
RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v
retrieving revision 1.15.2.108
retrieving revision 1.15.2.109
diff -u -d -r1.15.2.108 -r1.15.2.109
--- ChangeLog 14 Nov 2007 04:27:25 -0000 1.15.2.108
+++ ChangeLog 8 Jan 2008 03:56:14 -0000 1.15.2.109
@@ -1,6 +1,8 @@
Numbers in square brackets ([]) indicate tracker item on SourceForge with
patch or information related to the entry.
+1.1.13 - unreleased
+
1.2.12 - released 13-Nov-07
John Simpson
Index: configure
===================================================================
RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v
retrieving revision 1.14.2.17
retrieving revision 1.14.2.18
diff -u -d -r1.14.2.17 -r1.14.2.18
--- configure 29 Dec 2006 17:23:39 -0000 1.14.2.17
+++ configure 8 Jan 2008 03:56:14 -0000 1.14.2.18
@@ -1,19 +1,10 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53.
+# Generated by GNU Autoconf 2.59.
#
-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
-# Free Software Foundation, Inc.
+# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-
[...3519 lines suppressed...]
+ test ! -n "$as_dirs" || mkdir $as_dirs
+ fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
+echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
+ { (exit 1); exit 1; }; }; }
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
@@ -5827,8 +6377,11 @@
# need to make the FD available again.
if test "$no_create" != yes; then
ac_cs_success=:
+ ac_config_status_args=
+ test "$silent" = yes &&
+ ac_config_status_args="$ac_config_status_args --quiet"
exec 5>/dev/null
- $SHELL $CONFIG_STATUS || ac_cs_success=false
+ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
exec 5>>config.log
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
# would make configure fail if this is the last instruction.
Index: configure.in
===================================================================
RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v
retrieving revision 1.15.2.17
retrieving revision 1.15.2.18
diff -u -d -r1.15.2.17 -r1.15.2.18
--- configure.in 29 Dec 2006 17:23:39 -0000 1.15.2.17
+++ configure.in 8 Jan 2008 03:56:14 -0000 1.15.2.18
@@ -6,7 +6,7 @@
AC_CANONICAL_HOST
QA_PACKAGE="qmailadmin"
-QA_VERSION="1.2.12"
+QA_VERSION="1.2.13"
AC_DEFINE_UNQUOTED(QA_PACKAGE,"$QA_PACKAGE","")
AC_DEFINE_UNQUOTED(QA_VERSION,"$QA_VERSION","")
|