[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Configure questions on Intel/Solaris 9

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-04-15 22:01:33 CEST

On Fri, 2005-04-15 at 13:41 -0700, Chiiwen Liou wrote:
>Hi,
>I downloaded subversion to Solaris 9/Intel.
>I got 2 problems during running configure (I ran autogen.sh first)
>1.checking if we are using GNU gettext... ./configure: GNU: command not
>found
>no
>
> But I have gettext installed.

>From configure.in:

# Check if we are using GNU gettext.
GNU_GETTEXT=no
MSGFMTFLAGS=''
if test $USE_NLS = "yes"; then
   AC_MSG_CHECKING(if we are using GNU gettext)
   if $MSGFMT --version 2>&1 | $EGREP GNU > /dev/null; then
      GNU_GETTEXT=yes
      MSGFMTFLAGS='-c'
   fi
   AC_MSG_RESULT($GNU_GETTEXT)
fi
AC_SUBST(MSGFMTFLAGS)

It rather looks like $EGREP isn't getting set.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 15 22:56:31 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.