automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Should automake add X_LIBS to LIBS automatically?


From: address@hidden
Subject: Should automake add X_LIBS to LIBS automatically?
Date: Thu, 19 Jul 2001 19:19:53 +0200

Hi! I'm trying automake. I can't understand why automake doesn't add
X_LIBS to LIBS automatically when it finds AC_PATH_XTRA in confgigure.in

And what's the correct way to do this manually? Either

export LIBS="$LIBS $X_LIBS"

in configure.in after AC_PATH_EXTRA or

LIBS = @LIBS@ @X_LIBS@ MY_LIBS

in Makefile.am?
Is there a  cleaner way?

TIA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]