Browse Source

Change comments that should appear in the configure script accordingly

dejagnu-1.6.3
Jacob Bachmeyer 5 years ago
parent
commit
3c804107f4
  1. 5
      ChangeLog
  2. 4
      configure.ac

5
ChangeLog

@ -1,3 +1,8 @@
2021-04-08 Jacob Bachmeyer <jcb@gnu.org>
* configure.ac: Change "dnl" comments that should appear in
configure to regular comments.
2021-04-01 Jacob Bachmeyer <jcb@gnu.org>
PR47533

4
configure.ac

@ -34,13 +34,13 @@ if test -z "$AWK"; then
AC_MSG_ERROR([AWK not installed])
fi
dnl Provide an empty global site file (/dev/null) as default.
# Provide an empty global site file (/dev/null) as default.
if test x"$DEJAGNU" = x
then
DEJAGNU="/dev/null"
fi
AC_SUBST(DEJAGNU)
dnl Makefile.am arranges for DEJAGNU to be exported in the environment.
# Makefile.am arranges for DEJAGNU to be exported in the environment.
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

Loading…
Cancel
Save