Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments
commitecc395c112b45b00df6c8b1e8d665123c1a28bca
authorBrandon Casey <casey@nrlssc.navy.mil>
Fri, 10 Jul 2009 17:10:45 +0000 (10 12:10 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 11 Jul 2009 06:50:29 +0000 (10 23:50 -0700)
treeace6b76d15e018742384379d0af83260d030538c
parent9398b85994ee7d602e29e0b82de01b9605ee535f
Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments

Commit 003b33a8 recently added a call to basename().  On IRIX 6.5, this
function resides in libgen and -lgen is required for the linker.

Update configure.ac too.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
configure.ac