comparison configure.in @ 96:2e3ec9511166

update the release notes
author Carl Byington <carl@five-ten-sg.com>
date Sun, 14 Sep 2008 11:56:19 -0700
parents ff1743cbe4aa
children b7f456946c5b
comparison
equal deleted inserted replaced
95:ff1743cbe4aa 96:2e3ec9511166
1 AC_PREREQ(2.59) 1 AC_PREREQ(2.59)
2 AC_INIT(libpst,0.6.18,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.19,carl@five-ten-sg.com)
3 AC_CONFIG_SRCDIR([config.h.in]) 3 AC_CONFIG_SRCDIR([config.h.in])
4 AC_CONFIG_HEADER([config.h]) 4 AC_CONFIG_HEADER([config.h])
5 5
6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) 6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
7 7
32 AM_CONDITIONAL(NEED_XGETOPT, [test yes = no ]), 32 AM_CONDITIONAL(NEED_XGETOPT, [test yes = no ]),
33 AM_CONDITIONAL(NEED_XGETOPT, [test yes = yes]) 33 AM_CONDITIONAL(NEED_XGETOPT, [test yes = yes])
34 ) 34 )
35 AC_HEADER_DIRENT 35 AC_HEADER_DIRENT
36 AC_HEADER_STDC 36 AC_HEADER_STDC
37 AC_CHECK_HEADERS([fcntl.h limits.h malloc.h netinet/in.h stdint.h stdlib.h string.h sys/param.h wchar.h]) 37 AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stdint.h stdlib.h string.h sys/param.h unistd.h wchar.h])
38 if test "$my_build_dii" = "yes"; then 38 if test "$my_build_dii" = "yes"; then
39 AC_CHECK_HEADERS([gd.h]) 39 AC_CHECK_HEADERS([gd.h])
40 fi 40 fi
41 41
42 # Checks for typedefs, structures, and compiler characteristics. 42 # Checks for typedefs, structures, and compiler characteristics.