Commit 96a1c5ed authored by Ulrich Sibiller's avatar Ulrich Sibiller

Fix "Makefile.in seems to ignore the --datarootdir setting" warning

parent 6615de8d
......@@ -60,6 +60,8 @@ LIBS = @LIBS@
srcdir = @srcdir@
prefix = @prefix@
datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @exec_prefix@
bindir = @bindir@
man1dir = @mandir@/man1
......
......@@ -52,6 +52,8 @@ LIBS = @LIBS@ -lz -lNX_X11 -lXcomp
srcdir = @srcdir@
prefix = @prefix@
datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @exec_prefix@
bindir = @bindir@
man1dir = @mandir@/man1
......
......@@ -70,6 +70,8 @@ LIBS = @LIBS@ -lNX_X11
srcdir = @srcdir@
prefix = @prefix@
datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @exec_prefix@
bindir = @bindir@
man1dir = @mandir@/man1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment