summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/.cvsignore2
-rw-r--r--bin/ChangeLog5
-rw-r--r--bin/Makefile.am2
-rwxr-xr-xbin/gnome-autogen.sh15
4 files changed, 0 insertions, 24 deletions
diff --git a/bin/.cvsignore b/bin/.cvsignore
deleted file mode 100644
index 3dda729..0000000
--- a/bin/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile.in
-Makefile
diff --git a/bin/ChangeLog b/bin/ChangeLog
deleted file mode 100644
index 8673130..0000000
--- a/bin/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-2000-05-29 Martin Baulig <baulig@suse.de>
-
- * gnome-autogen.sh: New file. Moved here from
- the `macros' directory.
-
diff --git a/bin/Makefile.am b/bin/Makefile.am
deleted file mode 100644
index 266aa9d..0000000
--- a/bin/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-bin_SCRIPTS = gnome-autogen.sh
-
diff --git a/bin/gnome-autogen.sh b/bin/gnome-autogen.sh
deleted file mode 100755
index c7e1b26..0000000
--- a/bin/gnome-autogen.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if test -z "$GNOME_DATADIR" ; then
- GNOME_DATADIR=`gnome-config --datadir`
-fi
-
-if test -n "$USE_GNOME2_MACROS" ; then
- export GNOME_COMMON_MACROS_DIR="$GNOME_DATADIR/aclocal/gnome2-macros"
-else
- export GNOME_COMMON_MACROS_DIR="$GNOME_DATADIR/aclocal/gnome-macros"
-fi
-
-export ACLOCAL_FLAGS="-I $GNOME_COMMON_MACROS_DIR $ACLOCAL_FLAGS"
-. $GNOME_COMMON_MACROS_DIR/autogen.sh
-