[Xfce4-commits] <xfce4-indicator-plugin:master> move AC_CONFIG_HEADERS to*** Initialize autoconf ***

Mark Trompell noreply at xfce.org
Sun Apr 14 23:04:08 CEST 2013


Updating branch refs/heads/master
         to 0a14154c30327f4954c2551543964c0727732a35 (commit)
       from 12b1f59174a5903b99f8ec9a4e7ddca2e505f82e (commit)

commit 0a14154c30327f4954c2551543964c0727732a35
Author: Mark Trompell <mark at foresightlinux.org>
Date:   Sun Apr 14 23:02:13 2013 +0200

    move AC_CONFIG_HEADERS to*** Initialize autoconf ***

 configure.ac.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 255de50..b730825 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -21,6 +21,7 @@ AC_COPYRIGHT([Copyright (c) 2006-2007
         The Xfce development team. All rights reserved.])
 AC_INIT([xfce4-indicator-plugin], [indicator_version], [http://bugzilla.xfce.org/], [xfce4-indicator-plugin])
 AC_PREREQ([2.50])
+AC_CONFIG_HEADERS([config.h])
 AC_CANONICAL_TARGET()
 AC_REVISION([@REVISION@])
 
@@ -28,7 +29,6 @@ dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
 AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
-AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 


More information about the Xfce4-commits mailing list