[Xfce4-commits] <xfce4-clipman-plugin:master> build: use AC_CONFIG_HEADERS instead of obsolete AM_CONFIG_HEADER (bug 9749)
Mike Massonnet
noreply at xfce.org
Sun Feb 2 16:14:01 CET 2014
Updating branch refs/heads/master
to a5f5e091ab58eb639d321ebcd69a75079c1d1122 (commit)
from 59d1ae6bdd7032b66919ff24a98dd33ad58897f1 (commit)
commit a5f5e091ab58eb639d321ebcd69a75079c1d1122
Author: Mike Massonnet <m8t at gandi.net>
Date: Sun Feb 2 16:12:03 2014 +0100
build: use AC_CONFIG_HEADERS instead of obsolete AM_CONFIG_HEADER (bug 9749)
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 550d654..f73924a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -23,6 +23,7 @@ AC_COPYRIGHT([Copyright (c) 2005-2012
The Xfce development team. All rights reserved.])
AC_INIT([Clipman], [project_version], [http://bugzilla.xfce.org/], [xfce4-clipman-plugin],
[http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin])
+AC_CONFIG_HEADERS([config.h])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
AC_REVISION([project_version_build])
@@ -31,7 +32,6 @@ dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2])
-AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
More information about the Xfce4-commits
mailing list