diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-19 15:45:42 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-19 15:45:42 +0100 |
commit | 6a926a686de9e7a398c0f2086f4e754fa8c17c31 (patch) | |
tree | bd997a68090b6f9cbb450e82e86af4000ce28067 /configure.ac | |
parent | 429ef8ec89844f8395df345aba5899a5d8a44fe1 (diff) | |
download | libtasn1-6a926a686de9e7a398c0f2086f4e754fa8c17c31.tar.gz libtasn1-6a926a686de9e7a398c0f2086f4e754fa8c17c31.tar.bz2 libtasn1-6a926a686de9e7a398c0f2086f4e754fa8c17c31.zip |
Use silent rules. Drop unneeded check for perl path.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 8f5e977..f74cb13 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -# 2011 Free Software Foundation, Inc. +# Copyright (C) 2002-2011 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # @@ -23,6 +22,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override]) +AM_SILENT_RULES([yes]) # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 @@ -40,7 +40,6 @@ AC_PROG_LN_S dnl Checks for programs. AC_PROG_INSTALL -AM_MISSING_PROG(PERL, perl, $missing_dir) AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) AC_LIBTOOL_WIN32_DLL |