Mercurial > libpst
comparison configure.in @ 228:be1009c92ac2
patch from Fridrich Strba to build with DJGPP DOS cross-compiler
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 03 Sep 2009 15:16:53 -0700 |
parents | bfc35fd55254 |
children | f8dc1b7201ad |
comparison
equal
deleted
inserted
replaced
227:adf1db1f0b19 | 228:be1009c92ac2 |
---|---|
1 AC_PREREQ(2.59) | 1 AC_PREREQ(2.59) |
2 AC_INIT(libpst,0.6.41,carl@five-ten-sg.com) | 2 AC_INIT(libpst,0.6.42,carl@five-ten-sg.com) |
3 AC_CONFIG_SRCDIR([src/libpst.c]) | 3 AC_CONFIG_SRCDIR([src/libpst.c]) |
4 AC_CONFIG_HEADER([config.h]) | 4 AC_CONFIG_HEADER([config.h]) |
5 AM_INIT_AUTOMAKE | 5 AM_INIT_AUTOMAKE |
6 AC_CANONICAL_HOST | 6 AC_CANONICAL_HOST |
7 | 7 |