Diff

Differences From Artifact [3714b15ff7]:

To Artifact [823490a303]:


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