On Mon, Oct 13, 2008 at 08:00:33PM -0500, Ivy Foster wrote:
     John Darrington <[EMAIL PROTECTED]>
     > 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

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to