diff options
author | James Henstridge <james@jamesh.id.au> | 2005-01-11 09:39:27 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2005-01-11 09:39:27 +0000 |
commit | 61694af05c436271eb2273e5d05c678843470029 (patch) | |
tree | 9a71a22b4dfdba52691c5693ac660ad3091ffd42 /autogen.sh | |
parent | d5eca9a5fd4d2445e6a7476f79d12bca7fc4cb08 (diff) | |
download | nautilus-61694af05c436271eb2273e5d05c678843470029.tar.gz |
don't define GNOMELOCALEDIR in INCLUDES.NAUTILUS_2_9_2
2004-01-11 James Henstridge <james@jamesh.id.au>
* test/Makefile.am: don't define GNOMELOCALEDIR in INCLUDES.
* src/Makefile.am: remove desktop and server files on clean.
Don't include GNOMELOCALEDIR in INCLUDES, since it is now defined
in config.h.
* Makefile.am: remove desktop files on clean, and intltool files
on distclean.
* acconfig.h: remove, since it isn't needed anymore.
* configure.in: remove some macro calls not needed with newer
automakes, and use newer versions of some macros.
* autogen.sh: require Automake >= 1.7.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 11fbf2f0a..449ca57c1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,4 +18,4 @@ which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME CVS" exit 1 } -USE_GNOME2_MACROS=1 . gnome-autogen.sh +REQUIRED_AUTOMAKE_VERSION=1.7 . gnome-autogen.sh |