diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-02-23 19:06:47 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-02-23 19:06:47 +0000 |
commit | c31eabd39622c40b9f9a3d12590c80e60b876ecd (patch) | |
tree | 8e62a76d897b59d7b8a78f8cd540686c7277f00b /autogen.sh | |
parent | a4a2b0d6bc7c05552dd205ad98d162c083be23d8 (diff) | |
download | nautilus-c31eabd39622c40b9f9a3d12590c80e60b876ecd.tar.gz |
Finish the hack to not make people get gnome.m4 from gnome-libs any more.
* autogen.sh: Finish the hack to not make people get gnome.m4 from gnome-libs any more.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 95a1cce54..52acad6d8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -64,8 +64,8 @@ echo "no" | gettextize --copy --force echo "Running libtoolize" libtoolize --copy --force -if test -n "$GNOME2_PATH"; then - ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS" +if test -z "$GNOME_INTERFACE_VERSION"; then + ACLOCAL_FLAGS="-I hack-macros $ACLOCAL_FLAGS" fi aclocal $ACLOCAL_FLAGS |