diff options
author | Manish Singh <yosh@gimp.org> | 2002-03-06 17:23:04 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-03-06 17:23:04 +0000 |
commit | 74a3b0e23ff9797780e074db3ba5b48396917ed0 (patch) | |
tree | 9489923d7266c6695c05812c77624719a2ff1d26 /ChangeLog.pre-1-0 | |
parent | 21e3135bf7cd6038894c31a42d217504aab9a192 (diff) | |
download | pango-74a3b0e23ff9797780e074db3ba5b48396917ed0.tar.gz |
install-exec-hook should always exist, because the automake rules assume
2002-03-06 Manish Singh <yosh@gimp.org>
* pango/Makefile.am: install-exec-hook should always exist,
because the automake rules assume it to be there if it is
included anywhere in the Makefile.am. So put only the body
of it inside DISABLE_EXPLICIT_DEPS.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 4dfcacd8..ffb74f71 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,10 @@ +2002-03-06 Manish Singh <yosh@gimp.org> + + * pango/Makefile.am: install-exec-hook should always exist, + because the automake rules assume it to be there if it is + included anywhere in the Makefile.am. So put only the body + of it inside DISABLE_EXPLICIT_DEPS. + Wed Mar 6 11:43:46 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix problem where == was used instead if =. |