diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-21 10:48:39 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-21 10:48:39 +0200 |
commit | 51400d31829781099d6d8fee5ec7b80d6ef879f8 (patch) | |
tree | 0c9c749d9d925be58b1ab819744376c8a21cb9f3 /m4 | |
parent | 6a878fff62e1741a208892b4332b2a788179bd99 (diff) | |
download | libtasn1-51400d31829781099d6d8fee5ec7b80d6ef879f8.tar.gz libtasn1-51400d31829781099d6d8fee5ec7b80d6ef879f8.tar.bz2 libtasn1-51400d31829781099d6d8fee5ec7b80d6ef879f8.zip |
Update gnulib files.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/autobuild.m4 | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/m4/autobuild.m4 b/m4/autobuild.m4 deleted file mode 100644 index bd1f4dc..0000000 --- a/m4/autobuild.m4 +++ /dev/null @@ -1,34 +0,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 -# General Public License. As a special exception to the GNU General -# Public License, this file may be distributed as part of a program -# that contains a configuration script generated by Autoconf, under -# the same distribution terms as the rest of that program. -# -# This file can can be used in projects which are not available under -# the GNU General Public License or the GNU Library General Public -# License but which still want to provide support for Autobuild. - -# Usage: AB_INIT([MODE]). -AC_DEFUN([AB_INIT], -[ - AC_REQUIRE([AC_CANONICAL_BUILD]) - AC_REQUIRE([AC_CANONICAL_HOST]) - - 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]) - fi - ifelse([$1],[],,[AC_MSG_NOTICE([autobuild mode... $1])]) - date=`date +%Y%m%d-%H%M%S` - if test "$?" != 0; then - date=`date` - fi - if test "$date"; then - AC_MSG_NOTICE([autobuild timestamp... $date]) - fi -]) |