Mercurial > pidgin
changeset 2173:f9dfd802e31c
[gaim-migrate @ 2183]
no need to link it twice
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 27 Aug 2001 18:06:36 +0000 |
parents | cdf43acb5b83 |
children | faded6b00faf |
files | autogen.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autogen.sh Mon Aug 27 10:59:30 2001 +0000 +++ b/autogen.sh Mon Aug 27 18:06:36 2001 +0000 @@ -29,7 +29,7 @@ } # Thanks decklin -if autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then +if $(! test -f configure.in) && autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then ln -sf configure.ac configure.in fi