summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/ChangeLog5
-rw-r--r--bin/Makefile.am2
-rwxr-xr-xbin/gnome-autogen.sh11
3 files changed, 18 insertions, 0 deletions
diff --git a/bin/ChangeLog b/bin/ChangeLog
new file mode 100644
index 00000000..8673130c
--- /dev/null
+++ b/bin/ChangeLog
@@ -0,0 +1,5 @@
+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
new file mode 100644
index 00000000..266aa9d0
--- /dev/null
+++ b/bin/Makefile.am
@@ -0,0 +1,2 @@
+bin_SCRIPTS = gnome-autogen.sh
+
diff --git a/bin/gnome-autogen.sh b/bin/gnome-autogen.sh
new file mode 100755
index 00000000..c667827a
--- /dev/null
+++ b/bin/gnome-autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if test -n "$USE_GNOME_2_MACROS" ; then
+ export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome2-macros
+else
+ export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome-macros
+fi
+
+export ACLOCAL_FLAGS="-I $GNOME_COMMON_MACROS_DIR $ACLOCAL_FLAGS"
+. $GNOME_COMMON_MACROS_DIR/autogen.sh
+