[Xfce4-commits] [apps/xfce4-screenshooter] 01/03: use newer autoconf macros (bug #10030)
noreply at xfce.org
noreply at xfce.org
Mon Dec 15 22:53:01 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 ac703328ee5a3e17eb3a0080e7ae4b24cf5684bb
Author: Landry Breuil <landry at xfce.org>
Date: Mon Dec 15 22:43:55 2014 +0100
use newer autoconf macros (bug #10030)
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index d0b6cdc..52c7f84 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -18,7 +18,7 @@ dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list