Require automake 1.7 or later.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3120 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2008-10-18 16:59:22 +00:00
parent 4c89dede89
commit 84b5a63ff0
3 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,8 @@
Update Scintilla to version 1.76.
* src/highlighting.c, data/filetypes.diff:
Add new style 'Changed' to filetype Diff.
* autogen.sh, Makefile.am:
Require automake 1.7 or later.
2008-10-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>

View File

@ -2,6 +2,8 @@
SUBDIRS = tagmanager scintilla src plugins icons po doc
AUTOMAKE_OPTIONS = 1.7
WIN32_BUILD_FILES = \
geany_private.rc \
win32-config.h \

View File

@ -36,7 +36,7 @@ DIE=0
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`automake' installed."
echo "**Error**: You must have \`automake' (1.7 or later) installed."
echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"
DIE=1
NO_AUTOMAKE=yes