pidgin/purple-plugin-pack

Make this a lot more verbose
org.guifications.plugins
2007-08-31, grim
f2838b279e39
Parents 78a620f1df0e
Children bbd46ece4ae0
Make this a lot more verbose
--- a/m4/pluginpack.m4 Fri Aug 31 01:56:50 2007 -0400
+++ b/m4/pluginpack.m4 Fri Aug 31 02:21:56 2007 -0400
@@ -37,8 +37,17 @@
continue
fi
- if test -f "$d/Makefile.am" -a ! "$d" = "$srcdir/common" -a ! "$d" = "$srcdir/doc" -a ! "$d" = "$srcdir/m4" -a ! -f "$d/.abusive" -a ! -f "$d/.build" -a ! -f "$d/.incomplete" -a ! -f "$d/.sanity" ; then
- AC_ERROR([Directory $d missing sanity])
+ if test -f "$d/Makefile.am" -a ! "$d" = "$srcdir/common" -a ! "$d" = "$srcdir/doc" -a ! "$d" = "$srcdir/m4" -a ! -f "$d/.abusive" -a ! -f "$d/.build" -a ! -f "$d/.incomplete" ; then
+ AC_ERROR(
+[
+*** Plugin Directory $d is misconfigured
+***
+*** You should *NEVER* see this in a release. If this is a release and not
+*** monotone, please file a ticket at http://plugins.guifications.org/
+***
+*** If you are a developer, please ensure that $d contains a .build,
+*** .incomplete, or .abusive file.
+])
fi
base=`basename $d`