pspp-dev
[Top][All Lists]
Advanced

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

Re: Hardcoded sysconfigdir paths


From: John Darrington
Subject: Re: Hardcoded sysconfigdir paths
Date: Tue, 14 Oct 2008 09:09:32 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Oct 13, 2008 at 08:00:33PM -0500, Ivy Foster wrote:
     John Darrington <address@hidden>
     > Check the value of default_config_path in src/libpspp/version.c If
     > it's not what you expect. Delete that file, and run make install
     > again.
     
     Turns out that's exactly what the problem was. Thanks for your help;
     it's much appreciated.


I suggest the following patch to make sure this kind of confusion
doesn't happen again.


--- a/src/libpspp/automake.mk
+++ b/src/libpspp/automake.mk
@@ -75,7 +75,7 @@ src_libpspp_libpspp_la_CPPFLAGS = -I
$(top_srcdir)/src/libpspp $(AM_CPPFLAGS)
 
 nodist_src_libpspp_libpspp_la_SOURCES = src/libpspp/version.c
 
-src/libpspp/version.c: $(top_srcdir)/AUTHORS
+src/libpspp/version.c: $(top_srcdir)/AUTHORS Makefile
        @$(MKDIR_P) src/libpspp
        echo "/*        -*- mode: c; buffer-read-only: t -*-" > $@
        echo "   Generated by src/libpspp/automake.mk --- Do not
        edit. */">> $@

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

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