summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1999-04-17 01:22:18 +0000
committerRaja R Harinath <harinath@src.gnome.org>1999-04-17 01:22:18 +0000
commit101ded67a522d27fd3e2f8899578b9edc53fdf92 (patch)
tree754aeab23c00f3d982935909ff31e1eb187ae954
parent85b84aa5323707529dc51c9fd8ca627b1561182c (diff)
downloadgnome-common-101ded67a522d27fd3e2f8899578b9edc53fdf92.tar.gz
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=760
-rw-r--r--macros/ChangeLog6
-rw-r--r--macros/Makefile.am4
-rw-r--r--macros/gnome-print-check.m42
3 files changed, 9 insertions, 3 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 1a50732..afa6685 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-16 Raja R Harinath <harinath@cs.umn.edu>
+
+ * gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
+ AM_PATH_GNOME_PRINT.
+ * Makefile.am (MACROS): Sort lines.
+
Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs
diff --git a/macros/Makefile.am b/macros/Makefile.am
index 2922a90..a48df7f 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
diff --git a/macros/gnome-print-check.m4 b/macros/gnome-print-check.m4
index 18e7b8a..7d98281 100644
--- a/macros/gnome-print-check.m4
+++ b/macros/gnome-print-check.m4
@@ -167,5 +167,5 @@ int main ()
])
AC_DEFUN([GNOME_PRINT_CHECK], [
- AM_PATH_GNOME_PRINT(0.1.0,failure)
+ AM_PATH_GNOME_PRINT(0.1.0,,[AC_MSG_ERROR(GNOME-PRINT not found)])
])