reopen 394475
tag 394475 patch
tag 395984 patch
thanks
Hello James,
* James R. Van Zandt <[EMAIL PROTECTED]>, [2006-10-28 16:14 -0400]:
> Actually automake is not required to build the package, so I removed
> it from the list.
I've tried rebuilding minpack 19961126-10 under pbuilder, but it fails.
If you don't need automake and autoconf in the build process, you should
not check if they're available in configure.in:
<--- snip --->
AC_PATH_PROG(autoconf, autoconf, FAIL)
if test "$autoconf" = "FAIL"; then
AC_MSG_ERROR(Cannot continue: autoconf not found)
fi
AC_PATH_PROG(automake, automake, FAIL)
if test "$automake" = "FAIL"; then
AC_MSG_ERROR(Cannot continue: automake not found)
fi
<--- snip --->
Removing the lines above, and running autoconf afterwards, minpack
builds correctly without the dependencies on automake and autoconf.
This seems to solve #395984 as well.
BTW, the package builds without problems even dropping the dependency on
libtool.
ciao,
ema
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]