org.guifications.plugins: 5cdd3fcc48d1166617981e8cd75d3bc967f9c263
grim at guifications.org
grim at guifications.org
Wed Mar 12 20:55:07 CDT 2008
-----------------------------------------------------------------
Revision: 5cdd3fcc48d1166617981e8cd75d3bc967f9c263
Ancestor: c108d2038ff4394d673a2d3cceb41a155357cb5c
Author: grim at guifications.org
Date: 2008-03-13T00:35:11
Branch: org.guifications.plugins
Modified files:
m4/pluginpack.m4
ChangeLog:
This hopefully fixes autogen/configure dying if distcheck had previously died
-----------------------------------------------------------------
This revision's diffstat output:
pluginpack.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- m4/pluginpack.m4 c134db101bcfb1c97274f96120b785ae7bd50af1
+++ m4/pluginpack.m4 be84013d2d831b140578fc651d9a4d15dce5cffa
@@ -37,7 +37,7 @@ AC_DEFUN([AM_BUILD_PLUGIN_LIST],
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" ; then
+ if test -f "$d/Makefile.am" -a ! "$d" = "$srcdir/common" -a ! "$d" = "$srcdir/doc" -a ! "$d" = "$srcdir/m4" -a ! -f "$d/configure" -a ! -f "$d/.abusive" -a ! -f "$d/.build" -a ! -f "$d/.incomplete" ; then
AC_ERROR(
[
*** Plugin Directory $d is misconfigured
More information about the Plugins-commits
mailing list