RFA: Add AM_MAINTAINER_MODE to example/calc/configure.in
Nick Clifton <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Guys,
The Makefile.in file in dejagnu/example/calc makes use of the
@MAINTAINER_MODE_TRUE@ variable, however the configure.in script
does not supply its definition. The following patch fixes this.
Can this patch be applied please ?
Cheers
Nick
2002-04-25 Nick Clifton <[email protected]>
* example/calc/configure.in (AM_MAINTAINER_MODE): Add invocation.
* example/calc/aclocal.m4: Regenerate.
* example/calc/configure: Regenerate.
* example/calc/Makefile.in: Regenerate.
Index: example/calc/configure.in
===================================================================
RCS file: /cvsroot/dejagnu/dejagnu/example/calc/configure.in,v
retrieving revision 1.2
diff -c -3 -p -w -r1.2 configure.in
*** example/calc/configure.in 18 Feb 2001 05:12:07 -0000 1.2
--- example/calc/configure.in 25 Apr 2002 13:22:57 -0000
*************** AC_CHECK_HEADERS(stdlib.h)
*** 16,21 ****
--- 16,23 ----
#
AC_CHECK_FUNC(strcmp)
+ AM_MAINTAINER_MODE
+
#
# Output Makefile with substitutions
AC_SUBST(CC)