| 81 |
dnl The default check whether the C compiler can create an executable |
dnl The default check whether the C compiler can create an executable |
| 82 |
dnl is inappropriate for us as it requires an existing library. |
dnl is inappropriate for us as it requires an existing library. |
| 83 |
AC_NO_EXECUTABLES |
AC_NO_EXECUTABLES |
| 84 |
AM_INIT_AUTOMAKE |
|
| 85 |
|
dnl We don't want the gzip distribution tarball anymore. |
| 86 |
|
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) |
| 87 |
|
|
| 88 |
# We don't want touse the cflags from the environment since we need control |
# We don't want touse the cflags from the environment since we need control |
| 89 |
# of this when we're building the libs. |
# of this when we're building the libs. |