aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-02-08 01:53:33 +0800
committerElliot Lee <sopwith@src.gnome.org>2000-02-08 01:53:33 +0800
commit831bc265cc6903991facbb910a205fd6e3c96c69 (patch)
treea089b5cd22146c3e1ae3dea9ad589c8ea83f6e4c
parentf42a342f8762fb016b842919e9bf322bda6494b3 (diff)
downloadgsoc2013-evolution-831bc265cc6903991facbb910a205fd6e3c96c69.tar
gsoc2013-evolution-831bc265cc6903991facbb910a205fd6e3c96c69.tar.gz
gsoc2013-evolution-831bc265cc6903991facbb910a205fd6e3c96c69.tar.bz2
gsoc2013-evolution-831bc265cc6903991facbb910a205fd6e3c96c69.tar.lz
gsoc2013-evolution-831bc265cc6903991facbb910a205fd6e3c96c69.tar.xz
gsoc2013-evolution-831bc265cc6903991facbb910a205fd6e3c96c69.tar.zst
gsoc2013-evolution-831bc265cc6903991facbb910a205fd6e3c96c69.zip
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
-rw-r--r--macros/autogen.sh3
1 files changed, 2 insertions, 1 deletions
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