1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Quell "config.status: WARNING: Makefile.in seems to ignore the --datarootdir

setting" warning when running ./configure, per
<http://www.gnu.org/software/autoconf/manual/html_node/Changed-Directory-Variables.html>

[originally from svn r8622]
This commit is contained in:
Jacob Nevins 2009-08-16 22:51:20 +00:00
parent bfacfe29a5
commit fdfac5d162

View File

@ -1088,6 +1088,7 @@ if (defined $makefiles{'ac'}) {
"prefix=\@prefix\@\n".
"exec_prefix=\@exec_prefix\@\n".
"bindir=\@bindir\@\n".
"datarootdir=\@datarootdir\@\n".
"mandir=\@mandir\@\n".
"man1dir=\$(mandir)/man1\n".
"\n".