Changes between Initial Version and Version 1 of Ticket #21896, comment 1
- Timestamp:
- 11/18/16 10:10:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21896, comment 1
initial v1 1 1 Manually going into the automake-1.9 source directory and copying the `config.guess` from my system's `/usr/share/automake-1.15` allowed it to build. 2 3 Actually, ended up just 4 5 {{{ 6 find . -name 'config.guess' -exec cp /usr/share/automake-1.15/config.guess {} \; 7 }}} 8 9 I wonder if some variant of this wouldn't be good to include in the build scripts for the spkg (without hard-coding `automake-1.15` of course). In other words, just take the latest `config.guess` from the system, if it exists.