Fixed buglet where the default config path was getting set wrong
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 12 Dec 2003 08:24:42 +0000 (08:24 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 12 Dec 2003 08:24:42 +0000 (08:24 +0000)
config/Makefile.am
src/Makefile.am

index 9924e256b99a5a682ac970d5c1ea0874e3586e24..819801e6c6c1bfc84b06827773bada0a258ce484 100644 (file)
@@ -1,6 +1,10 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
-pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
+
+# If you change this, you must also change the corresponding line in
+# src/Makefile.am
+pkgsysconfdir = $(sysconfdir)/@PACKAGE@
+
 pkgsysconf_DATA = devices html-prologue papersize ps-prologue
 EXTRA_DIST = devices html-prologue papersize ps-prologue
 
index 267414f4478b221a79aaccda32ea2c20669660c3..70a93d2fd4b86a6f3369257e287ca3191265b0eb 100644 (file)
@@ -2,6 +2,10 @@
 
 # PSPP
 
+# If you change this, you must also change the corresponding line in 
+# config/Makefile.am
+pkgsysconfdir = $(sysconfdir)/@PACKAGE@
+
 bin_PROGRAMS = pspp
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/lib     \