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
This commit is contained in:
Elliot Lee
2000-02-07 17:53:33 +00:00
parent f42a342f87
commit 831bc265cc

View 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