[Xfce4-commits] [apps/xfce4-screenshooter] 01/06: Remove AC_USE_SYSTEM_EXTENSIONS, seems it confuses recent automake/autoconf which sets a wrong path to install.sh

noreply at xfce.org noreply at xfce.org
Tue Dec 16 21:38:06 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit a36ab4856e411ccda86f5b92f2699ae92f489aa5
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Dec 16 21:19:19 2014 +0100

    Remove AC_USE_SYSTEM_EXTENSIONS, seems it confuses recent automake/autoconf which sets a wrong path to install.sh
    
    No regression with automake 1.11 / autoconf 2.63.
---
 configure.ac.in |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 52c7f84..a3dcc55 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,6 @@ m4_define([xfce4_screenshooter_version_tag], [])
 m4_define([xfce4_screenshooter_version], [xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(), [], [], [.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), [git], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], [xfce4_screenshooter_version_tag()])])
 
 AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter])
-AC_USE_SYSTEM_EXTENSIONS()
 
 dnl ***************************
 dnl *** Initialize automake ***

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list