tidyp icon indicating copy to clipboard operation
tidyp copied to clipboard

aarch64 support?

Open pghmcfc opened this issue 12 years ago • 1 comments

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.

pghmcfc avatar Mar 25 '13 09:03 pghmcfc

Apparently you need automake 1.11.4 to provide the necessary config.guess and config.sub.

pghmcfc avatar Mar 26 '13 09:03 pghmcfc