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

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

gdbm 1.8 cannot build in a non-source directory


From: Assar Westerlund
Subject: gdbm 1.8 cannot build in a non-source directory
Date: 05 Aug 2001 05:07:25 +0200
User-agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6

Building gdbm 1.8 in a directory different from the source fails,
because it cannot find libtool.  The following patch fixes the problem.

/assar

--- Makefile.in.orig    Sun Aug  5 05:04:11 2001
+++ Makefile.in Sun Aug  5 05:04:26 2001
@@ -1,7 +1,7 @@
 #### Start of system configuration section. ####
 
 srcdir = @srcdir@
-top_builddir = @srcdir@
+top_builddir = .
 VPATH = @srcdir@
 
 CC = @CC@



reply via email to

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