Differences From Artifact [566e00b7b4]:
- File bacon_trunk/configure.in — part of check-in [a9d3baf1c0] at 2022-10-22 09:40:42 on branch trunk — Aligned internal string compare functions. Bumped version number. (user: peter size: 15008)
To Artifact [400599edf3]:
- File bacon_trunk/configure.in — part of check-in [7d9f6c0168] at 2022-10-22 09:44:35 on branch trunk — Updated autoconf prereq. (user: peter size: 15008)
1 | # Process this file with autoconf to produce a configure script. | | | 1 2 3 4 5 6 7 8 9 | # Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) AC_INIT([BaCon],[4.6],[peter AT basic-converter DOT org]) AC_CONFIG_SRCDIR([bacon.bac]) # Checks for programs. AC_PROG_INSTALL # Determine platform |
| ︙ | ︙ |