aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/aclocal.m4
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-11-24 20:59:25 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-11-24 20:59:25 +0000
commit5bda878e3e95c125f9bead8f22cee8cf2a298555 (patch)
tree1e090f07ab7ae3acaf4198828984ee6fe1b1d084 /crypto/heimdal/aclocal.m4
parent5ead950622ac8fcd1e64e19ac09cfc7ddbcf41bc (diff)
downloadsrc-5bda878e3e95c125f9bead8f22cee8cf2a298555.tar.gz
src-5bda878e3e95c125f9bead8f22cee8cf2a298555.zip
Import of Heimdal 0.5.1.
Approved by: re
Notes
Notes: svn path=/vendor-crypto/heimdal/dist/; revision=107207
Diffstat (limited to 'crypto/heimdal/aclocal.m4')
-rw-r--r--crypto/heimdal/aclocal.m418
1 files changed, 6 insertions, 12 deletions
diff --git a/crypto/heimdal/aclocal.m4 b/crypto/heimdal/aclocal.m4
index 8b7a28202a12..e6724749977f 100644
--- a/crypto/heimdal/aclocal.m4
+++ b/crypto/heimdal/aclocal.m4
@@ -1,4 +1,4 @@
-# aclocal.m4t generated automatically by aclocal 1.6.3 -*- Autoconf -*-
+# aclocal.m4t generated automatically by aclocal 1.6.1 -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@@ -241,7 +241,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.6.3])])
+ [AM_AUTOMAKE_VERSION([1.6.1])])
# Helper functions for option handling. -*- Autoconf -*-
@@ -573,7 +573,7 @@ AC_REQUIRE([AM_DEP_TRACK])dnl
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
[$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+ [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
[depcc="$$1" am_compiler_list=])
@@ -698,13 +698,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
[for mf in $CONFIG_FILES; do
# Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # So let's grep whole file.
- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
+ if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then
dirpart=`AS_DIRNAME("$mf")`
else
continue
@@ -6725,7 +6719,7 @@ AH_BOTTOM([
])
dnl
-dnl $Id: sunos.m4,v 1.1 2002/08/28 19:53:51 joda Exp $
+dnl $Id: sunos.m4,v 1.1.4.1 2002/10/21 14:29:36 joda Exp $
dnl
AC_DEFUN([rk_SUNOS],[
@@ -6737,7 +6731,7 @@ case "$host" in
*-*-solaris2.7)
sunos=57
;;
-*-*-solaris2.[89])
+*-*-solaris2.[[89]])
sunos=58
;;
*-*-solaris2*)