[BACK]Return to configure.ac CVS log [TXT][DIR] Up to [pgFoundry] / libpqtypes / libpqtypes

Diff for /libpqtypes/libpqtypes/configure.ac between version 1.4 and 1.5

version 1.4, 2008/05/19 13:37:20 version 1.5, 2008/09/26 19:15:57
Line 2 
Line 2 
 # 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

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

PgFoundry-cvsweb <pgfoundry-cvsweb@pgFoundry.org>