From 831bc265cc6903991facbb910a205fd6e3c96c69 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 7 Feb 2000 17:53:33 +0000 Subject: Include gnome-animator as part of non-experimental header files. Implement * libgnomeui/libgnomeui.h: Include gnome-animator as part of non-experimental header files. * libgnomeui/gnome-textfu.[ch]: Implement tags specified by dcm. * macros/autogen.sh: Only delete macros/gnome-gettext.m4, not other files (such as gnome-data/gnome-gettext.m4 :) * autogen.sh: Likewise * gnome-config.in: Fix --libs gtkxmhtml to actually include -lgtkxmhtml in the link line. svn path=/trunk/; revision=1685 --- macros/autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros/autogen.sh b/macros/autogen.sh index 5662d01ff4..c6899e6681 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -94,7 +94,8 @@ do echo processing $dr macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin` ( cd $dr - DELETEFILES="`find . -name gnome-gettext.m4`" + DELETEFILES="`find . -path '*/macros/gnome-gettext.m4'`" + echo "deletefiles is $DELETEFILES" aclocalinclude="$ACLOCAL_FLAGS" for k in $aclocalinclude; do if test -d $k; then -- cgit v1.2.3