diff options
author | jbj <devnull@localhost> | 1999-01-21 22:30:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-21 22:30:50 +0000 |
commit | 324f6639d7758005bcda8f081911186f0a5f517b (patch) | |
tree | f57f485d0f12df04aab87c9abe66483256a685cd /configure.in | |
parent | b0784c39c1996f8abb8cd439197c6a045238f3ee (diff) | |
download | librpm-tizen-324f6639d7758005bcda8f081911186f0a5f517b.tar.gz librpm-tizen-324f6639d7758005bcda8f081911186f0a5f517b.tar.bz2 librpm-tizen-324f6639d7758005bcda8f081911186f0a5f517b.zip |
After running libtoolize to update config.guess config.sub
CVS patchset: 2732
CVS date: 1999/01/21 22:30:50
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 533752b1a..bd697a9c9 100644 --- a/configure.in +++ b/configure.in @@ -164,7 +164,7 @@ AM_C_PROTOTYPES AC_PROG_AWK AC_PROG_LN_S AC_PROG_MAKE_SET -AC_PROG_RANLIB +AM_PROG_LIBTOOL AC_CHECK_TOOL(AR, ar, :) |