[Geany-devel] [PATCH] Minor autotool cleanups

Erik de Castro Lopo mle+tools at xxxxx
Tue Aug 3 22:27:55 UTC 2010


Hi all,

Patch below fixes a number of warnings when running autogen.sh.

Cheers,
Erik

-----------8<-----------8<-----------8<-----------8<-----------8<-----------
--- Makefile.am	2010-06-16 15:22:19 +0000
+++ Makefile.am	2010-08-03 22:25:32 +0000
@@ -4,6 +4,8 @@
 
 AUTOMAKE_OPTIONS =	1.7
 
+ACLOCAL_AMFLAGS = -I m4
+
 WIN32_BUILD_FILES = \
 	geany_private.rc \
 	win32-config.h \

--- configure.ac	2010-06-12 13:42:50 +0000
+++ configure.ac	2010-08-03 22:25:32 +0000
@@ -3,6 +3,7 @@
 
 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 @@
 	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

-----------8<-----------8<-----------8<-----------8<-----------8<-----------

-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/



More information about the Devel mailing list