diff options
author | Martin Baulig <martin@home-of-linux.org> | 2000-07-24 20:13:42 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-07-24 20:13:42 +0000 |
commit | 328eb9d0f18c7d46fdf202744511c7814bce9f98 (patch) | |
tree | 1691fef1803cff122a7da6e9002f4a2ceb14e424 /macros2/autogen.sh | |
parent | 4f02b5aeb83e9c82312638421d0a2fe5681bd298 (diff) | |
download | shared-mime-info-328eb9d0f18c7d46fdf202744511c7814bce9f98.tar.gz |
Removed some old crap in it. Removed.
2000-07-24 Martin Baulig <martin@home-of-linux.org>
* autogen.sh: Removed some old crap in it.
* aclocal-include.m4: Removed.
svn path=/trunk/; revision=1320
Diffstat (limited to 'macros2/autogen.sh')
-rw-r--r-- | macros2/autogen.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/macros2/autogen.sh b/macros2/autogen.sh index 7001ca67..b79740be 100644 --- a/macros2/autogen.sh +++ b/macros2/autogen.sh @@ -94,32 +94,9 @@ do echo skipping $dr -- flagged as no auto-gen else echo processing $dr - macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin` ( cd $dr - macrosdir=`find . -name macros -print` - for i in $macrodirs; do - if test -f $i/gnome-gettext.m4; then - DELETEFILES="$DELETEFILES $i/gnome-gettext.m4" - fi - done - echo "deletefiles is $DELETEFILES" aclocalinclude="$ACLOCAL_FLAGS" - for k in $aclocalinclude; do - if test -d $k; then - if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1" ]; then - rm -f $DELETEFILES - fi - fi - done - for k in $macrodirs; do - if test -d $k; then - aclocalinclude="$aclocalinclude -I $k" - if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1" ]; then - rm -f $DELETEFILES - fi - fi - done if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then if grep "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still have an old unmodified configure.in |