aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 8 insertions, 4 deletions
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

Return to:

Send suggestions and report system problems to the System administrator.