Differences From Artifact [3714b15ff7]:
- File configure.ac — part of check-in [5ade025cc5] at 2014-06-21 04:44:15 on branch trunk — Updated to work on older autoconf implementations and support the new versionscript.m4 interface (user: rkeene, size: 2017) [annotate] [blame] [check-ins using]
To Artifact [823490a303]:
- File configure.ac — part of check-in [4395e6083a] at 2016-01-25 18:09:15 on branch trunk — Updated to respect --prefix (user: rkeene, size: 2122) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | dnl Define ourselves AC_INIT(tcc4tcl, @@VERS@@) dnl Checks for programs. AC_PROG_CC AC_PROG_CPP AC_PROG_MAKE_SET AC_PROG_INSTALL AC_GNU_SOURCE | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | dnl Define ourselves AC_INIT(tcc4tcl, @@VERS@@) dnl Default prefix should be "UNSPECIFIED" to use magic in the Makefile ac_default_prefix="UNSPECIFIED" dnl Checks for programs. AC_PROG_CC AC_PROG_CPP AC_PROG_MAKE_SET AC_PROG_INSTALL AC_GNU_SOURCE |
︙ | ︙ |