summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-04-24 12:57:21 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-04-24 12:57:21 +0000
commit968586bd01386d198f7fa8d1dfa5e49e539a0bbf (patch)
treee85f51c2df02cd7f506d6198de1aaf2068e0ba02 /Makefile.in
parente7f9174e4c884f69fcac7620735487afcde5a5bc (diff)
downloadquilt-968586bd01386d198f7fa8d1dfa5e49e539a0bbf.tar.gz
- Add @datarootdir@ macro which future versions of Autoconf will
start to use in @datadir@ (bug 16155, patch from Ralf Wildenhues).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d299852..7bad0b7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7,6 +7,7 @@ prefix := @prefix@
exec_prefix := @exec_prefix@
bindir := @bindir@
libdir := @libdir@
+datarootdir := @datarootdir@
datadir := @datadir@
docdir := @docdir@
mandir := $(datadir)/man