tidyp
tidyp copied to clipboard
aarch64 support?
Fedora Linux intends to build for the aarch64 architecture from the next release (Fedora 19). It would be good to have support for this architecture included in upstream projects so that other distributions can use that architecture too. It shouldn't be too hard to get tidyp to support this as it's an autotools-based project. However, autoconf only introduced support for aarch64 in version 2.69, and the current tidyp release was built using autoconf 2.59. Please consider using autoconf 2.69 or later for future releases.
Apparently you need automake 1.11.4 to provide the necessary config.guess and config.sub.