>From e64b4233ace48b831a5bc0b91faa6b8f93c49f11 Mon Sep 17 00:00:00 2001 Hi, I am now tracking setools development using git-svn, and so I build setools packages straight out of version control. This means that I have to re-generate the autotools files, which needs the follwing fix on my machines. Without the following fix, the check for ranlib failed, so I added AC_PROG_RANLIB. Also, AC_PROG_LIBTOOL does not seem to be defined, and does not seem to be needed (things compile fine), so removed. With these changes, autoreconf -v -i works nominally. Signed-off-by: Manoj Srivastava <srivasta@xxxxxxxxxx> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 0ba91fc..d89b55a 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ if test ${ac_cv_prog_cc_c99} = "no"; then fi AC_PROG_CXX AC_LANG([C]) -AC_PROG_LIBTOOL +AC_PROG_RANLIB AC_PROG_LN_S AC_PROG_LEX AC_PROG_YACC -- 1.5.4.5 -- She was good at playing abstract confusion in the same way a midget is good at being short. -- Clive James, on Marilyn Monroe Manoj Srivastava <manoj.srivastava@xxxxxxxx> <srivasta@xxxxxxx> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.