added ctl manuals
This commit is contained in:
Vendored
+17
@@ -141,6 +141,23 @@ AC_CONFIG_COMMANDS_PRE(
|
||||
Usually this means the macro was only invoked conditionally.]])
|
||||
fi])])
|
||||
|
||||
# AM_EXTRA_RECURSIVE_TARGETS -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2012-2024 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# AM_EXTRA_RECURSIVE_TARGETS
|
||||
# --------------------------
|
||||
# Define the list of user recursive targets. This macro exists only to
|
||||
# be traced by Automake, which will ensure that a proper definition of
|
||||
# user-defined recursive targets (and associated rules) is propagated
|
||||
# into all the generated Makefiles.
|
||||
# TODO: We should really reject non-literal arguments here...
|
||||
AC_DEFUN([AM_EXTRA_RECURSIVE_TARGETS], [])
|
||||
|
||||
# Do all the work for Automake. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996-2024 Free Software Foundation, Inc.
|
||||
|
||||
Reference in New Issue
Block a user