diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-05-31 02:47:15 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-05-31 02:47:15 +0200 |
commit | 07674ca8deacc22868a328da3cbf04c7c8cb986c (patch) | |
tree | 23106b645bd32524c4894951ce5e190a95faa2fb /mpf | |
parent | 66caf3ca528e4417fa0c414b3247f57789323132 (diff) | |
download | gmp-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.in | 1 | ||||
-rw-r--r-- | mpf/tests/Makefile.in | 1 |
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@ |