Kaydet (Commit) 71ac86cc authored tarafından Nick Treleaven's avatar Nick Treleaven

Use AC_CONFIG_MACRO_DIR (patch by Erik de Castro Lopo, thanks).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5189 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst f847f1ad
......@@ -5,6 +5,8 @@
scintilla/KeyWords.cxx, scintilla/Makefile.am, src/highlighting.c,
data/filetypes.txt2tags, wscript:
Add lexer for Txt2Tags (patch by Forgeot Eric, #3020632).
* m4, m4/intltool.m4, configure.ac, Makefile.am:
Use AC_CONFIG_MACRO_DIR (patch by Erik de Castro Lopo, thanks).
2010-08-21 Frank Lanitz <frank@frank.uvena.de>
......
......@@ -4,6 +4,8 @@ SUBDIRS = tagmanager scintilla src plugins icons po doc
AUTOMAKE_OPTIONS = 1.7
ACLOCAL_AMFLAGS = -I m4
WIN32_BUILD_FILES = \
geany_private.rc \
win32-config.h \
......
......@@ -3,6 +3,7 @@ dnl $Id$
AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(geany, 0.20)
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
......@@ -22,7 +23,6 @@ if test "x$?" != "x0"; then
AC_MSG_ERROR([No C++ compiler found. Please install a C++ compiler.])
fi
#AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_INTLTOOL
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment