modified configure.ac to capture configure command and arguments
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Makefile.in generated by automake 1.16.2 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.16.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@ -400,8 +400,8 @@ am__pkginclude_HEADERS_DIST = hawk.h hawk-arr.h hawk-chr.h hawk-cli.h \
|
||||
hawk-sed.h hawk-sio.h hawk-std.h hawk-str.h hawk-tio.h \
|
||||
hawk-tre.h hawk-upac.h hawk-xma.h Hawk.hpp Hawk-Sed.hpp
|
||||
HEADERS = $(pkginclude_HEADERS)
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
|
||||
hawk-cfg.h.in
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
||||
$(LISP)hawk-cfg.h.in
|
||||
# Read a list of newline-separated strings from the standard input,
|
||||
# and print each of them once, without duplicates. Input order is
|
||||
# *not* preserved.
|
||||
|
@ -684,6 +684,12 @@
|
||||
/* build release/debug */
|
||||
#undef HAWK_BUILD_RELEASE
|
||||
|
||||
/* configure arguments */
|
||||
#undef HAWK_CONFIGURE_ARGS
|
||||
|
||||
/* configure command */
|
||||
#undef HAWK_CONFIGURE_CMD
|
||||
|
||||
/* enable dynamic module capability */
|
||||
#undef HAWK_ENABLE_DYNAMIC_MODULE
|
||||
|
||||
|
Reference in New Issue
Block a user