Kaydet (Commit) 4edbc2a5 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Add CONFIG_ARGS Makefile variable (saves the arguments passed

to configure).
üst 64b1b686
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -8,6 +8,10 @@ AC_CONFIG_HEADER(config.h)
AC_SUBST(VERSION)
VERSION=2.1
# Arguments passed to configure.
AC_SUBST(CONFIG_ARGS)
CONFIG_ARGS="$ac_configure_args"
# NEXTSTEP|MacOSX|Darwin stuff
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment