diff options
Diffstat (limited to 'macros/gnome-autogen.sh')
-rwxr-xr-x | macros/gnome-autogen.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/macros/gnome-autogen.sh b/macros/gnome-autogen.sh deleted file mode 100755 index c667827a0f..0000000000 --- a/macros/gnome-autogen.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 - |