diff options
Diffstat (limited to 'src/config.mk.in')
-rw-r--r-- | src/config.mk.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in index 759559a4e..9590d445a 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -109,6 +109,9 @@ exec_prefix = @exec_prefix@ ### Prefix for location of data files BINDIR = @bindir@ +### For autoconf 2.60 and later (avoid a warning) +datarootdir = @datarootdir@ + ### Prefix for location of data files DATADIR = @datadir@ |