]> arthur.barton.de Git - netatalk.git/commit
configure.in : Modification done by Michel Jouvin to fix a problem with
authorjouvin <jouvin>
Mon, 4 Dec 2000 13:18:48 +0000 (13:18 +0000)
committerjouvin <jouvin>
Mon, 4 Dec 2000 13:18:48 +0000 (13:18 +0000)
commit6a108ae761f287701665bc5caf93a67cbe72b85f
tree96a108548bb5f8fffc467cebb65a0e18dbb80bfa
parent957162be267ce96db1efc268ea27cee9e284a3f5
configure.in : Modification done by Michel Jouvin to fix a problem with
library search path on Tru64.

According to autoconf maintainer suggestion, move -L/path/to/lib from LIBS
variable to LDFLAGS. This was done because on some systems (like Tru64)
-Lpath must appear before -llib that requires  -L. This is not the case
if -L is in LIBS as -l are inserted at the head of LIBS by autoconf to
preserve library search order required by some systems.
configure.in