summaryrefslogtreecommitdiff
path: root/mpfr/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-12-13 01:37:40 +0100
committerKevin Ryde <user42@zip.com.au>2002-12-13 01:37:40 +0100
commit1b0c9ca87bc390589406e46b14cd2cfc2d9ae43d (patch)
treea01907a0fc3ebf4e6499db19a25c715bd4b50ba1 /mpfr/Makefile.am
parenta378dd565045a38053e4295359b3a07f01e8f365 (diff)
downloadgmp-1b0c9ca87bc390589406e46b14cd2cfc2d9ae43d.tar.gz
Correction to:
* mpfr/Makefile.am (mpfr_TEXINFOS, AM_MAKEINFOFLAGS): Allow for fdl.texi in recent mpfr.
Diffstat (limited to 'mpfr/Makefile.am')
-rw-r--r--mpfr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.