diff options
Diffstat (limited to 'src/config.aap.in')
-rw-r--r-- | src/config.aap.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.aap.in b/src/config.aap.in index cda84c62e..08b96b51e 100644 --- a/src/config.aap.in +++ b/src/config.aap.in @@ -96,6 +96,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@ |