aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-12-01 23:03:14 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-12-01 23:12:31 +0200
commit3164dc277082c023337d32ecf21da62d991399af (patch)
tree84ff27b38448186785571a1c43908e96867b0ec1
parentefd45e0a305dd0cc289d98b58141a40a3ddd3ffa (diff)
downloadwydawca-3164dc277082c023337d32ecf21da62d991399af.tar.gz
wydawca-3164dc277082c023337d32ecf21da62d991399af.tar.bz2
Vershion 1.9.92
* Makefile.am (AUTOMAKE_OPTION): Remove. * configure.ac: Version 1.9.92 (AM_INIT_AUTOMAKE): Specify parameters. Enable silent rules. * NEWS: Update. * THANKS: New file. * tests/mailstats.at: update * tests/notify-upl.at: update
-rw-r--r--Makefile.am1
-rw-r--r--NEWS4
-rw-r--r--THANKS0
-rw-r--r--configure.ac12
-rw-r--r--tests/mailstats.at1
-rw-r--r--tests/notify-upl.at2
6 files changed, 13 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 743b2be..a03f9dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,6 @@
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I m4 -I grecs/am
-AUTOMAKE_OPTIONS = gnu 1.8.5
SUBDIRS=gnu grecs src doc etc tests
diff --git a/NEWS b/NEWS
index 7f62bfa..81d5ffb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
-Wydawca NEWS -- history of user-visible changes. 2009-02-16
+Wydawca NEWS -- history of user-visible changes. 2009-12-01
Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
-Version 1.9.91 (Git)
+Version 1.9.92 (Git)
Version 1.2, 2009-01-22
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/THANKS
diff --git a/configure.ac b/configure.ac
index 48e1252..3c4bf80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,13 +14,17 @@
# You should have received a copy of the GNU General Public License
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.59)
-AC_INIT([wydawca], 1.9.91, [bug-wydawca@gnu.org.ua])
+AC_PREREQ(2.63)
+AC_INIT([wydawca], 1.9.92, [bug-wydawca@gnu.org.ua])
AC_CONFIG_SRCDIR([src/wydawca.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE
-
+AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-lzma dist-xz std-options
+silent-rules])
+
+# Enable silent rules by default:
+AM_SILENT_RULES([yes])
+
# Checks for programs.
AC_PROG_CC
gl_EARLY
diff --git a/tests/mailstats.at b/tests/mailstats.at
index ff16f2a..116f534 100644
--- a/tests/mailstats.at
+++ b/tests/mailstats.at
@@ -38,6 +38,7 @@ wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) fini
AT_DATA([expout],
[-F wydawca-noreply@localhost root@localhost
=========
+From: wydawca-noreply@localhost
To: root@localhost
Subject: Wydawca stats
X-Mailer: AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
diff --git a/tests/notify-upl.at b/tests/notify-upl.at
index 9efe1d9..dda2cbc 100644
--- a/tests/notify-upl.at
+++ b/tests/notify-upl.at
@@ -38,6 +38,7 @@ wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) fini
AT_DATA([outtmpl],
[-F wydawca-noreply@localhost proj-owner@localhost
=========
+From: wydawca-noreply@localhost
To: "Project Admin" <proj-owner@localhost>
Subject: Upload of proj successful
X-Mailer: AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
@@ -53,6 +54,7 @@ Wydawca
The Project Submission Robot
-F wydawca-noreply@localhost @USER@@localhost
=========
+From: wydawca-noreply@localhost
To: "Wydawca Test User" <@USER@@localhost>
Subject: Upload of proj successful
X-Mailer: AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION)

Return to:

Send suggestions and report system problems to the System administrator.