$NetBSD: patch-ab,v 1.1.1.1 2001/01/27 02:29:25 taca Exp $ --- conf/Makefile.in.orig Mon Oct 23 14:58:41 2000 +++ conf/Makefile.in @@ -111,10 +111,10 @@ AUTOMAKE_OPTIONS = 1.4 no-dependencies -confdir = $(sysconfdir)/$(PACKAGE) -conf_DATA = namazurc-sample mknmzrc-sample +confdir = $(pkgdatadir) +conf_DATA = namazurc.example mknmzrc.example EXTRA_DIST = namazurc-sample -CLEANFILES = mknmzrc-sample +CLEANFILES = namazurc.example mknmzrc.example mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -238,7 +238,10 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -mknmzrc-sample: ../pl/conf.pl +namazurc.example: namazurc-sample + @cp -p $? $@ + +mknmzrc.example: ../pl/conf.pl perl -pe 's/^/\x23 / unless /^(\x23|package|$$)/' ../pl/conf.pl > $@ # Tell versions [3.59,3.63) of GNU make to not export all variables.