From 274f811fc9c8e02286cd74003bb5cbcd8f14a367 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Mon, 30 Jul 2001 15:57:22 +0000 Subject: Jason Leach * Makefile.am (install-data-hook): Only try to make a $(defaultdir)/news if building with NNTP support. svn path=/trunk/; revision=11475 --- default_user/ChangeLog | 5 +++++ default_user/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 2a8fe1034f..61c6c508f4 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Jason Leach + + * Makefile.am (install-data-hook): Only try to make a + $(defaultdir)/news if building with NNTP support. + 2001-07-19 Chris Toshok * addressbook-sources.xml: remove all the servers that just don't diff --git a/default_user/Makefile.am b/default_user/Makefile.am index 63baeab1f4..40a5f31b7b 100644 --- a/default_user/Makefile.am +++ b/default_user/Makefile.am @@ -6,4 +6,6 @@ default_DATA = addressbook-sources.xml searches.xml EXTRA_DIST = $(default_DATA) install-data-hook: +if ENABLE_NNTP -mkdir $(defaultdir)/news +endif -- cgit v1.2.3