Mercurial > libpst
comparison configure.in @ 43:f6db1f060a95
start on outlook 2003 64 bit format
author | carl |
---|---|
date | Sun, 06 Jan 2008 14:47:06 -0800 |
parents | 183ae993b9ad |
children | b2a7f2e0926a |
comparison
equal
deleted
inserted
replaced
42:7a97f50c39c5 | 43:f6db1f060a95 |
---|---|
1 AC_INIT(configure.in) | 1 AC_INIT(configure.in) |
2 | 2 |
3 AM_CONFIG_HEADER(config.h) | 3 AM_CONFIG_HEADER(config.h) |
4 AM_INIT_AUTOMAKE(libpst,0.5.12) | 4 AM_INIT_AUTOMAKE(libpst,0.6.1) |
5 AC_PATH_PROGS(BASH, bash) | 5 AC_PATH_PROGS(BASH, bash) |
6 | 6 |
7 AC_LANG_CPLUSPLUS | 7 AC_LANG_CPLUSPLUS |
8 AC_PROG_CXX | 8 AC_PROG_CXX |
9 AC_PROG_LIBTOOL | 9 AC_PROG_LIBTOOL |
10 AC_SYS_LARGEFILE | |
10 | 11 |
11 # The following lines adds the --enable-pst-debug option to configure: | 12 # The following lines adds the --enable-pst-debug option to configure: |
12 # | 13 # |
13 # Give the user the choice to enter one of these: | 14 # Give the user the choice to enter one of these: |
14 # --enable-pst-debug | 15 # --enable-pst-debug |