<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I am trying to add some file into libX117.2, but when I compiled, I
need add some used library into Makefile, for example,  add <b>-llayout</b>
to variable <b>LIBS</b> which in Makefile. As you known, libX117.2 use
auto configure tool to generic Makefile, so I have to modify file <i>configure.ac</i>
. <br>
But unfortunately I am not a export about auto configure. Could anyone
please tell me how to modify <i>configure.ac </i>to make variable <b>LIBS</b>
in Makefile be add new libs such lick <b>-llayout</b>?<br>
<br>
Thanks<br>
William<br>
</body>
</html>