summaryrefslogtreecommitdiff
path: root/bin/gnome-autogen.sh.in
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-12-14 04:59:04 +0000
committernobody <nobody@localhost>2001-12-14 04:59:04 +0000
commitd2eb7196528e7b57a61ba5cdfb353fec767a0e05 (patch)
tree32cb6f4702fe446ea804947fa4479b5431a3d24a /bin/gnome-autogen.sh.in
parent5d3e1d18a78a4e758f0dd2aafd3cb8510cc20fb4 (diff)
downloadshared-mime-info-EOG_0_109_0.tar.gz
This commit was manufactured by cvs2svn to create tag 'EOG_0_109_0'.EOG_0_109_0
svn path=/tags/EOG_0_109_0/; revision=2201
Diffstat (limited to 'bin/gnome-autogen.sh.in')
-rw-r--r--bin/gnome-autogen.sh.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/bin/gnome-autogen.sh.in b/bin/gnome-autogen.sh.in
deleted file mode 100644
index cb8b68bd..00000000
--- a/bin/gnome-autogen.sh.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-if test -z "USE_GNOME2_MACROS" ; then
- USE_GNOME2_MACROS=0
-fi
-
-if test "$USE_GNOME2_MACROS" = 1 ; then
- if test -z "$GNOME2_DIR" ; then
- GNOME_COMMON_DATADIR="@datadir@"
- else
- GNOME_COMMON_DATADIR="$GNOME2_DIR/share"
- fi
- GNOME_COMMON_MACROS_DIR="$GNOME_COMMON_DATADIR/aclocal/gnome2-macros"
-else
- if test -z "$GNOME_DIR" ; then
- GNOME_COMMON_DATADIR="@datadir@"
- else
- GNOME_COMMON_DATADIR="$GNOME_DIR/share"
- fi
- GNOME_COMMON_MACROS_DIR="$GNOME_COMMON_DATADIR/aclocal/gnome-macros"
-fi
-
-export GNOME_COMMON_DATADIR
-export GNOME_COMMON_MACROS_DIR
-
-ACLOCAL_FLAGS="-I $GNOME_COMMON_MACROS_DIR $ACLOCAL_FLAGS"
-export ACLOCAL_FLAGS
-
-. $GNOME_COMMON_MACROS_DIR/autogen.sh
-