bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bugfix for gdbm-1.8.0:Makefile.in


From: Ulli Horlacher
Subject: Bugfix for gdbm-1.8.0:Makefile.in
Date: Thu, 6 Sep 2001 15:54:34 +0200

The configure script of gdbm-1.8.0 ignores the --prefix option.

Here is my bugfix:

charly:~/src/gdbm-1.8.0: diff -u Makefile.in~ Makefile.in
--- Makefile.in~        Wed May 19 05:16:06 1999
+++ Makefile.in Thu Sep  6 15:48:32 2001
@@ -31,7 +31,7 @@
 LDFLAGS =

 # Common prefix for installation directories
-prefix = /usr/local
+prefix = @prefix@
 exec_prefix = $(prefix)
 binprefix = $(exec_prefix)
 manprefix = $(prefix)


-- 
-- Ullrich Horlacher, BelWue Coordination ------- mailto:address@hidden --
   Computing Centre University of Stuttgart (RUS)  phone: +49 711 685 5868
   Allmandring 30, D-70550 Stuttgart, Germany        fax: +49 711 678 8363
-- saft://saft.belwue.de/framstag ----------------- http://www.belwue.de/ ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]