summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-05-31 02:47:15 +0200
committerKevin Ryde <user42@zip.com.au>2000-05-31 02:47:15 +0200
commit07674ca8deacc22868a328da3cbf04c7c8cb986c (patch)
tree23106b645bd32524c4894951ce5e190a95faa2fb /mpf
parent66caf3ca528e4417fa0c414b3247f57789323132 (diff)
downloadgmp-07674ca8deacc22868a328da3cbf04c7c8cb986c.tar.gz
Regenerate for:
* configure.in (NM): Use AC_PROG_NM rather than AC_CHECK_TOOL to find `nm'. (AC_PROG_NM comes with Libtool and is needed to get the `-B' option (BSD compatible output) included in $NM.) (NM no longer an AC_SUBST in the Makefiles.)
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.in1
-rw-r--r--mpf/tests/Makefile.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index 7e5b70170..3d942e562 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -84,7 +84,6 @@ LN_S = @LN_S@
M4 = @M4@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
-NM = @NM@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
diff --git a/mpf/tests/Makefile.in b/mpf/tests/Makefile.in
index 2828b2604..3baaf3ab6 100644
--- a/mpf/tests/Makefile.in
+++ b/mpf/tests/Makefile.in
@@ -84,7 +84,6 @@ LN_S = @LN_S@
M4 = @M4@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
-NM = @NM@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@