Hello Andrew,
to avoid the same problem in future it could make sense to add a file
autogen.sh
----------
#!/bin/sh
set -e
test -f configure.ac || {
echo "Please, run this script in the top level project directory."
exit
}
libtoolize --copy
aclocal -I m4
autoconf
autoheader
automake --add-missing --copy
echo "For installation instructions, please, refer to file INSTALL."
----------
If somebody wants to use a different version of autotools, he can simply
run the script.
Best regards
Heinrich Schuchardt
On 15.12.2015 12:25, Andrew Makhorin wrote:
> -------- Forwarded Message --------
> From: Jeroen Demeyer <[email protected]>
> To: [email protected]
> Subject: GLPK should use newer autotools
> Date: Tue, 15 Dec 2015 12:01:48 +0100
>
> Hi,
>
> the latest version GLPK 4.57 still ships with old autotools from 2012.
> In particular, it cannot be compiled on this ppc64le system:
>
> Linux sardonis 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:13 UTC
> 2015 ppc64le ppc64le ppc64le GNU/Linux
>
> Using up-to-date autotools allows GLPK to compile and function properly
> on this system.
>
> Best regards,
> Jeroen Demeyer.
>
>
>
>
> _______________________________________________
> Bug-glpk mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/bug-glpk
>
_______________________________________________
Bug-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-glpk