Mercurial > libpst
annotate configure.in @ 16:c508ee15dfca
switch to automake/autoconf
author | carl |
---|---|
date | Sun, 19 Feb 2006 18:47:46 -0800 |
parents | |
children | e5418051878c |
rev | line source |
---|---|
16 | 1 AC_INIT(configure.in) |
2 | |
3 AM_CONFIG_HEADER(config.h) | |
4 AM_INIT_AUTOMAKE(libpst,0.5.3) | |
5 AC_PATH_PROGS(BASH, bash) | |
6 | |
7 AC_LANG_CPLUSPLUS | |
8 AC_PROG_CXX | |
9 AC_PROG_LIBTOOL | |
10 | |
11 AC_OUTPUT( \ | |
12 Makefile \ | |
13 libpst.spec \ | |
14 html/Makefile \ | |
15 info/Makefile \ | |
16 man/Makefile \ | |
17 src/Makefile \ | |
18 xml/Makefile \ | |
19 xml/libpst \ | |
20 ) |