| version 1.4, 2008/05/19 13:37:20 |
version 1.5, 2008/09/26 19:15:57 |
|
|
| # Process this file with autoconf to produce a configure script. |
# Process this file with autoconf to produce a configure script. |
| |
|
| AC_PREREQ(2.57) |
AC_PREREQ(2.57) |
| AC_INIT(libpqtypes, 1.0c, libpqtypes@esilo.com) |
AC_INIT(libpqtypes, 1.2a, libpqtypes@esilo.com) |
| AC_CANONICAL_TARGET |
AC_CANONICAL_TARGET |
| AC_PROG_MAKE_SET |
AC_PROG_MAKE_SET |
| SET_MAKE="MAKE=make --no-print-directory" |
SET_MAKE="MAKE=make --no-print-directory" |
| AC_CONFIG_AUX_DIR([.]) |
AC_CONFIG_AUX_DIR([.]) |
| AM_INIT_AUTOMAKE(libpqtypes,1.0c) |
AM_INIT_AUTOMAKE(libpqtypes,1.2a) |
| AC_DISABLE_STATIC |
AC_DISABLE_STATIC |
| #AC_DISABLE_SHARED |
#AC_DISABLE_SHARED |
| AC_PROG_LIBTOOL |
AC_PROG_LIBTOOL |