From 1b0c9ca87bc390589406e46b14cd2cfc2d9ae43d Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 13 Dec 2002 01:37:40 +0100 Subject: Correction to: * mpfr/Makefile.am (mpfr_TEXINFOS, AM_MAKEINFOFLAGS): Allow for fdl.texi in recent mpfr. --- mpfr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpfr/Makefile.am') diff --git a/mpfr/Makefile.am b/mpfr/Makefile.am index 9b915c550..abf096cd6 100644 --- a/mpfr/Makefile.am +++ b/mpfr/Makefile.am @@ -38,7 +38,7 @@ endif # see top level Makefile.am for the workaround. info_TEXINFOS = mpfr.texi mpfr_TEXINFOS = ../fdl.texi -AM_MAKEINFOFLAGS = -I.. +AM_MAKEINFOFLAGS = -I$(top_srcdir) TEXINFO_TEX = ../texinfo.tex # Override automake default AR=ar with the value from GMP_PROG_AR. -- cgit v1.2.1