Mercurial > libpst
comparison configure.in @ 131:dd905e537728
add back AC_PROG_RANLIB, even though libtoolize claims it is obsoleted, it is needed for rpmbuild
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Feb 2009 13:51:10 -0800 |
parents | e35fd42bac05 |
children | 5e4d6faada34 |
comparison
equal
deleted
inserted
replaced
130:e35fd42bac05 | 131:dd905e537728 |
---|---|
90 AC_PROG_CPP | 90 AC_PROG_CPP |
91 AC_PROG_INSTALL | 91 AC_PROG_INSTALL |
92 AC_PROG_LN_S | 92 AC_PROG_LN_S |
93 AC_PROG_LIBTOOL | 93 AC_PROG_LIBTOOL |
94 AC_PROG_MAKE_SET | 94 AC_PROG_MAKE_SET |
95 AC_PROG_RANLIB | |
95 | 96 |
96 | 97 |
97 # make sure we get large file support | 98 # make sure we get large file support |
98 AC_SYS_LARGEFILE | 99 AC_SYS_LARGEFILE |
99 AC_CHECK_SIZEOF(off_t) | 100 AC_CHECK_SIZEOF(off_t) |