summaryrefslogtreecommitdiff
path: root/bin/gnome-autogen.sh.in
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-05-15 16:19:25 +0000
committernobody <nobody@localhost>2002-05-15 16:19:25 +0000
commitcf6952f059dc326d648e4f22648e285c571640ef (patch)
tree9a14849dd3a40bd1667b88d689e2aa7d58d08bce /bin/gnome-autogen.sh.in
parentc81581c186792d605e56aeec8d4e5a4f8a00c772 (diff)
downloadshared-mime-info-gnome-cd-cleanup.tar.gz
This commit was manufactured by cvs2svn to create branchgnome-cd-cleanup
'gnome-cd-cleanup'. svn path=/branches/gnome-cd-cleanup/; revision=2536
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
-