[bug #68028] (image) Deprecation Warning when building image package under version 11.0.92
Rik <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #25, bug #68028 (group octave):
At least two choices here.
1) Maintain *config.h.in* yourself
Advantage: simplicity. There are only two *#defines* that need to filled in
so create the file, as has already been done, and place it under version
control.
2) Use "autoheader" package
With current *configure.ac*
autoheader
autoconf
Or, combine into one as Markus suggested and execute
autoreconf
This creates a *config.h* file with many more entries then are strictly
necessary, but it is only the compiler that sees this so it isn't really a big
deal.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68028>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaZLtrAAKCRCqLAuaBUf3 TqWQAP98V+DhkzUDzgt2DPC6gl39KzVc7+CM8tg1aeWEoOajiAEA6Rg+vh0G5NJ4 pluVSJhSMRILON8TpgAvseppariLQAE= =0c2m -----END PGP SIGNATURE-----