Explicitly mention yet-unloaded shared libraries in location spec examples
[binutils-gdb.git] / libctf / configure.ac
index dc06d27bf3ccff95c82196492f643abde9983ac6..4996edd5b70fdfa7ebd1908e9f735ff1bbb069b9 100644 (file)
@@ -1,7 +1,7 @@
 dnl                                            -*- Autoconf -*-
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl   Copyright (C) 2019-2021 Free Software Foundation, Inc.
+dnl   Copyright (C) 2019-2022 Free Software Foundation, Inc.
 dnl
 dnl This file is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -29,6 +29,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AC_USE_SYSTEM_EXTENSIONS
 AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
 
 # Checks for programs.
 AC_PROG_MAKE_SET
@@ -289,7 +290,7 @@ fi
 AC_SUBST(VERSION_FLAGS)
 AC_SUBST(VERSION_FLAGS_NOBFD)
 
-AC_CONFIG_FILES(Makefile doc/Makefile)
+AC_CONFIG_FILES(Makefile)
 AC_CONFIG_HEADERS(config.h)
 AC_OUTPUT