summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-02-07 17:53:33 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-02-07 17:53:33 +0000
commita1adc99e2eec75fc995069160efa56b9b5127c6d (patch)
treec103c4687d22d71753857bf69008849383cf3211
parent554e97d5f867a7cc570ac659f140f7f22af37d93 (diff)
downloadgnome-common-a1adc99e2eec75fc995069160efa56b9b5127c6d.tar.gz
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=1088
-rw-r--r--macros/autogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 5662d01..c6899e6 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