Enhanced comments in ac_try macros in m4 directories.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1095 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -7,16 +7,14 @@
|
||||
# If no arguments are given to this macro, and no doxygen
|
||||
# program can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the DOXYGEN variable precious to Autoconf. You can
|
||||
# use the DOXYGEN variable in your Makefile.in files with
|
||||
# @DOXYGEN@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -29,4 +27,4 @@ ifelse([$1],,
|
||||
[if test -z "$DOXYGEN"; then
|
||||
AC_MSG_WARN([Doxygen program not found - continuing without Doxygen])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_DOXYGEN
|
||||
|
||||
@@ -7,16 +7,14 @@
|
||||
# If no arguments are given to this macro, and no doxygen
|
||||
# program can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the DOXYGEN variable precious to Autoconf. You can
|
||||
# use the DOXYGEN variable in your Makefile.in files with
|
||||
# @DOXYGEN@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -29,4 +27,4 @@ ifelse([$1],,
|
||||
[if test -z "$DOXYGEN"; then
|
||||
AC_MSG_WARN([Doxygen program not found - continuing without Doxygen])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_DOXYGEN
|
||||
|
||||
@@ -7,16 +7,14 @@
|
||||
# If no arguments are given to this macro, and no doxygen
|
||||
# program can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the DOXYGEN variable precious to Autoconf. You can
|
||||
# use the DOXYGEN variable in your Makefile.in files with
|
||||
# @DOXYGEN@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -29,4 +27,4 @@ ifelse([$1],,
|
||||
[if test -z "$DOXYGEN"; then
|
||||
AC_MSG_WARN([Doxygen program not found - continuing without Doxygen])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_DOXYGEN
|
||||
|
||||
@@ -9,16 +9,14 @@
|
||||
# If no arguments are given to this macro, and no CSharp
|
||||
# compiler can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the CSC variable precious to Autoconf. You can
|
||||
# use the CSC variable in your Makefile.in files with
|
||||
# @CSC@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -31,4 +29,4 @@ ifelse([$1],,
|
||||
[if test -z "$CSC"; then
|
||||
AC_MSG_WARN([CSharp compiler not found - continuing without CSharp])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_CSC
|
||||
|
||||
@@ -6,16 +6,14 @@
|
||||
# If no arguments are given to this macro, and no CSharp virtual
|
||||
# machine can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the CSVM variable precious to Autoconf. You can
|
||||
# use the CSVM variable in your Makefile.in files with
|
||||
# @CSVM@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -28,4 +26,4 @@ ifelse([$1],,
|
||||
[if test -z "$CSVM"; then
|
||||
AC_MSG_WARN([CSharp VM not found - continuing without CSharp VM])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_CSVM
|
||||
|
||||
@@ -7,16 +7,14 @@
|
||||
# If no arguments are given to this macro, and no doxygen
|
||||
# program can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the DOXYGEN variable precious to Autoconf. You can
|
||||
# use the DOXYGEN variable in your Makefile.in files with
|
||||
# @DOXYGEN@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -29,4 +27,4 @@ ifelse([$1],,
|
||||
[if test -z "$DOXYGEN"; then
|
||||
AC_MSG_WARN([Doxygen program not found - continuing without Doxygen])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_DOXYGEN
|
||||
|
||||
@@ -6,16 +6,14 @@
|
||||
# If no arguments are given to this macro, and no Java jar
|
||||
# program can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the JAR variable precious to Autoconf. You can
|
||||
# use the JAR variable in your Makefile.in files with
|
||||
# @JAR@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -28,4 +26,4 @@ ifelse([$1],,
|
||||
[if test -z "$JAR"; then
|
||||
AC_MSG_WARN([Java ARchive program not found - continuing without jar])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_JAR
|
||||
|
||||
@@ -6,16 +6,14 @@
|
||||
# If no arguments are given to this macro, and no java virtual
|
||||
# machine can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the JAVA variable precious to Autoconf. You can
|
||||
# use the JAVA variable in your Makefile.in files with
|
||||
# @JAVA@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -28,4 +26,4 @@ ifelse([$1],,
|
||||
[if test -z "$JAVA"; then
|
||||
AC_MSG_WARN([Java VM not found - continuing without JVM])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_JAVA
|
||||
|
||||
@@ -6,16 +6,14 @@
|
||||
# If no arguments are given to this macro, and no Java
|
||||
# compiler can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the JAVAC variable precious to Autoconf. You can
|
||||
# use the JAVAC variable in your Makefile.in files with
|
||||
# @JAVAC@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -28,4 +26,4 @@ ifelse([$1],,
|
||||
[if test -z "$JAVAC"; then
|
||||
AC_MSG_WARN([Java compiler not found - continuing without javac])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_JAVAC
|
||||
|
||||
@@ -6,16 +6,14 @@
|
||||
# If no arguments are given to this macro, and no javadoc
|
||||
# program can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the JAVADOC variable precious to Autoconf. You can
|
||||
# use the JAVADOC variable in your Makefile.in files with
|
||||
# @JAVADOC@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -28,4 +26,4 @@ ifelse([$1],,
|
||||
[if test -z "$JAVADOC"; then
|
||||
AC_MSG_WARN([Javadoc program not found - continuing without javadoc])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_JAVADOC
|
||||
|
||||
@@ -6,16 +6,14 @@
|
||||
# If no arguments are given to this macro, and no javah
|
||||
# program can be found, it prints a warning message to STDOUT
|
||||
# and to the config.log file. If the "quiet" argument is passed,
|
||||
# then only the normal "check" line is displayed.
|
||||
# then only the normal "check" line is displayed. Any other
|
||||
# argument is considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the JAVAH variable precious to Autoconf. You can
|
||||
# use the JAVAH variable in your Makefile.in files with
|
||||
# @JAVAH@.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -28,4 +26,4 @@ ifelse([$1],,
|
||||
[if test -z "$JAVAH"; then
|
||||
AC_MSG_WARN([Java header program not found - continuing without javah])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_JAVAH
|
||||
|
||||
@@ -13,16 +13,14 @@
|
||||
# these programs cannot be found, it prints a warning
|
||||
# message to STDOUT and to the config.log file. If the
|
||||
# "quiet" argument is passed, then only the normal
|
||||
# "check" line is displayed.
|
||||
# "check" line is displayed. Any other argument is
|
||||
# considered by autoconf to be an error at expansion
|
||||
# time.
|
||||
#
|
||||
# Makes the JAVAC, JAVAH, and JAR variables precious to
|
||||
# Autoconf. You can use these variables in your Makefile.in
|
||||
# files with @JAVAC@, @JAVAH@, and @JAR@, respectively.
|
||||
#
|
||||
# NOTE: Currently, passing any value in the first argument has
|
||||
# the same effect as passing "quiet", however, you should
|
||||
# not rely on this, as all other words are reserved.
|
||||
#
|
||||
# Author: John Calcote <john.calcote@gmail.com>
|
||||
# Modified: 2009-04-27
|
||||
# License: AllPermissive
|
||||
@@ -40,4 +38,4 @@ if test -z "$JAR"; then ac_prog_have_jni=no; fi
|
||||
if test "x$ac_prog_have_jni" = xno; then
|
||||
AC_MSG_WARN([Some required JNI tools are missing - continuing without JNI support])
|
||||
fi], [$1], [quiet],, [m4_fatal([Invalid option '$1' in $0])])
|
||||
])
|
||||
])# AC_PROG_TRY_JNI
|
||||
|
||||
Reference in New Issue
Block a user