mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Configure: increased the version of Automake requested
The compilation of the WRaster library needs the keyword EXTRA_*_DEPENDENCIES in its Makefile so the configure.ac have been updated to require at least the version of automake in which it is added. Reported-by: Josip Deanovic <djosip+news@linuxpages.net> Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
325dc85891
commit
6691a653a7
@@ -37,7 +37,11 @@ dnl =======================================
|
|||||||
AC_INIT([WindowMaker],[0.95.6],[wmaker-dev@lists.windowmaker.org],[WindowMaker],[http://www.windowmaker.org/])
|
AC_INIT([WindowMaker],[0.95.6],[wmaker-dev@lists.windowmaker.org],[WindowMaker],[http://www.windowmaker.org/])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([1.11 silent-rules])
|
|
||||||
|
dnl We need the EXTRA_xxx_DEPENDENCIES keyword in Makefiles which have been
|
||||||
|
dnl introduced in the version 1.11.3; because the 1.12 was realeased shortly
|
||||||
|
dnl after, we just ask for it
|
||||||
|
AM_INIT_AUTOMAKE([1.12 silent-rules])
|
||||||
|
|
||||||
dnl Reference file used by 'configure' to make sure the path to sources is valid
|
dnl Reference file used by 'configure' to make sure the path to sources is valid
|
||||||
AC_CONFIG_SRCDIR([src/WindowMaker.h])
|
AC_CONFIG_SRCDIR([src/WindowMaker.h])
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -3,7 +3,7 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Rodolfo García Peñas (kix) <kix@debian.org>
|
Maintainer: Rodolfo García Peñas (kix) <kix@debian.org>
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Build-Depends: debhelper (>= 9), automake (>= 1:1.11), gettext,
|
Build-Depends: debhelper (>= 9), automake (>= 1:1.12), gettext,
|
||||||
libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff5-dev,
|
libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff5-dev,
|
||||||
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
||||||
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
|
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
|
||||||
|
|||||||
2
doc/build/Compilation.texi
vendored
2
doc/build/Compilation.texi
vendored
@@ -164,7 +164,7 @@ package, you will also need:
|
|||||||
@itemize
|
@itemize
|
||||||
@item @emph{git}
|
@item @emph{git}
|
||||||
@item @emph{autoconf} 2.69
|
@item @emph{autoconf} 2.69
|
||||||
@item @emph{automake} 1.11
|
@item @emph{automake} 1.12
|
||||||
@item @emph{libtool} 1.4.2
|
@item @emph{libtool} 1.4.2
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user