This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Automake and libltdl
- From: Thomas Degris <thomas dot degris at lip6 dot fr>
- To: automake at gnu dot org
- Date: Mon, 04 Oct 2004 23:35:53 +0200
- Subject: Automake and libltdl
Hello,
I am using Automake (and autoconf) and libltdl in my package. I would
like to know what is the best way to add a --enable-debug option to my
configure.ac file to compile my package and the libltdl library with
-ggdb3 flag (and most important: remove this -O2 flag which I don't know
where it comes from).
Thanks,
Thomas