summaryrefslogtreecommitdiff
path: root/bin/gnome-autogen.sh
blob: c667827a0f2cd9162e8ca3f6b05f5a706a0836df (plain)
1
2
3
4
5
6
7
8
9
10
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