Added datarootdir definitions to silence warnings from configure.
authormarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 21:29:53 +0000 (23:29 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 21:29:53 +0000 (23:29 +0200)
Merged from nmh. Thanks to David Levine.

Makefile.in
docs/Makefile.in
man/Makefile.in

index a3b6fe2..a93ba70 100644 (file)
@@ -29,6 +29,9 @@ libdir      = @libdir@
 # location of mmh configuration and formats files
 etcdir      = @sysconfdir@
 
+# location of ...
+datarootdir = @datarootdir@
+
 # location of man pages
 mandir      = @mandir@
 
index df10b4b..e9092a0 100644 (file)
@@ -5,6 +5,7 @@
 SHELL = /bin/sh
 
 srcdir = @srcdir@
+datarootdir = @datarootdir@
 VPATH  = @srcdir@
 
 # header files included in distribution
index aab86f4..27c67cb 100644 (file)
@@ -16,6 +16,7 @@ exec_prefix = @exec_prefix@
 bindir      = @bindir@
 libdir      = @libdir@
 etcdir      = @sysconfdir@
+datarootdir = @datarootdir@
 mandir      = @mandir@
 manext1     = 1
 manext5     = 5