diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1999-04-17 09:22:18 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1999-04-17 09:22:18 +0800 |
commit | ceb6a5d36a3031895654f904b458145228e5ea1c (patch) | |
tree | b587f43b608e64847b2348b0ef7fa0f434a39112 /macros/Makefile.am | |
parent | d69cf86b685c94f8b0892b24444f24b36a57a234 (diff) | |
download | gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.gz gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.bz2 gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.lz gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.xz gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.zst gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.zip |
Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.
* gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
AM_PATH_GNOME_PRINT.
* Makefile.am (MACROS): Sort lines.
svn path=/trunk/; revision=818
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am index 2922a907ac..a48df7f9f3 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -4,20 +4,20 @@ MACROS= \ compiler-flags.m4 \ curses.m4 \ gnome-fileutils.m4 \ + gnome-gettext.m4 \ gnome-ghttp-check.m4 \ gnome-gnorba-check.m4 \ gnome-guile-checks.m4 \ gnome-libgtop-check.m4 \ gnome-objc-checks.m4 \ gnome-orbit-check.m4 \ + gnome-print-check.m4 \ gnome-pthread-check.m4 \ gnome-support.m4 \ gnome-undelfs.m4 \ gnome-vfs.m4 \ - gnome-print-check.m4 \ gnome-x-checks.m4 \ gnome-xml-check.m4 \ - gnome-gettext.m4 \ gnome.m4 \ linger.m4 \ need-declaration.m4 |