summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-10 16:50:21 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-10 16:50:21 +0000
commit36a43bdc029cb1fad495dd691bdba2c17b58f503 (patch)
tree942206e792ce362b50fc5b217a5226bfb1b69bd4 /m4
parentabc2b2464649c567e3f16e09608b654c65330586 (diff)
downloadgnutls-36a43bdc029cb1fad495dd691bdba2c17b58f503.tar.gz
Update.
Diffstat (limited to 'm4')
-rw-r--r--m4/autobuild.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/autobuild.m4 b/m4/autobuild.m4
index d0a9e09a6f..bd1f4dc1b0 100644
--- a/m4/autobuild.m4
+++ b/m4/autobuild.m4
@@ -1,4 +1,4 @@
-# autobuild.m4 serial 1 (autobuild-1.0)
+# autobuild.m4 serial 2 (autobuild-3.3)
# Copyright (C) 2004 Simon Josefsson
#
# This file is free software, distributed under the terms of the GNU
@@ -17,8 +17,8 @@ AC_DEFUN([AB_INIT],
AC_REQUIRE([AC_CANONICAL_BUILD])
AC_REQUIRE([AC_CANONICAL_HOST])
- AC_MSG_NOTICE([autobuild project... $PACKAGE_NAME])
- AC_MSG_NOTICE([autobuild revision... $PACKAGE_VERSION])
+ AC_MSG_NOTICE([autobuild project... ${PACKAGE_NAME:-$PACKAGE}])
+ AC_MSG_NOTICE([autobuild revision... ${PACKAGE_VERSION:-$VERSION}])
hostname=`hostname`
if test "$hostname"; then
AC_MSG_NOTICE([autobuild hostname... $hostname])