Re: Changing $libdir

2007-10-16 Thread Bob Friesenhahn
On Tue, 16 Oct 2007, NightStrike wrote: If I do: lib_LIBRARIES = libfoo.a libfoo_a_SOURCES = foo.c in the Makefile.am, libfoo.a will be installed into $(prefix)/lib. If I am using AC_CANONICAL_SYSTEM in configure.ac, I want to be able to set build, host, and target for building a cross compil

Re: Changing $libdir

2007-10-16 Thread Benoit SIGOURE
On Oct 16, 2007, at 9:31 AM, NightStrike wrote: If I do: lib_LIBRARIES = libfoo.a libfoo_a_SOURCES = foo.c in the Makefile.am, libfoo.a will be installed into $(prefix)/lib. If I am using AC_CANONICAL_SYSTEM in configure.ac, I want to be able to set build, host, and target for building a cros

Changing $libdir

2007-10-16 Thread NightStrike
If I do: lib_LIBRARIES = libfoo.a libfoo_a_SOURCES = foo.c in the Makefile.am, libfoo.a will be installed into $(prefix)/lib. If I am using AC_CANONICAL_SYSTEM in configure.ac, I want to be able to set build, host, and target for building a cross compiler. I would then want the above library to