Re: [Kde-eclipse-talk] How to handle configure.in
Brought to you by:
adymo
|
From: Alexander D. <ad...@mk...> - 2005-12-10 20:09:05
|
On Monday 05 December 2005 14:12, Nathan H=FCsken wrote: > I want a line like: AX_CHECK_GL in my configure.in file to do > LDADD=3D@GL_LIBS@ in some Makefile.am. What is the way to do this?=20 > Just edit the configure.in directly? How do I get the line into the > Makefile.am?=20 You can safely edit both configure.in and Makefile.am by hand. Project will be updated once you modified the Makefile.am (from inside Eclipse). You can also use property editor to change the value of LDADD automatically if you have a subproject selected in automake manager view. |