Include gnome-animator as part of non-experimental header files. Implement
authorElliot Lee <sopwith@src.gnome.org>
Mon, 7 Feb 2000 17:53:33 +0000 (17:53 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Mon, 7 Feb 2000 17:53:33 +0000 (17:53 +0000)
* 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=1088

macros/autogen.sh

index 5662d01..c6899e6 100644 (file)
@@ -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