Changes committed gnus (Makefile.in)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: Makefile.in (datarootdir): Explain why we add an unused variable. Index: Makefile.in diff -u gnus/Makefile.in:7.32 gnus/Makefile.in:7.33 --- Makefile.in:7.32 Fri Feb 8 00:42:21 2008 +++ Makefile.in Sat Mar 29 12:49:19 2008 @@ -1,4 +1,5 @@ prefix = @prefix@ +# Avoid "WARNING: Makefile.in seems to ignore the --datarootdir setting": datarootdir = @datarootdir@ datadir = @datadir@ lispdir = @lispdir@