[Xfce4-commits] <xfce4-embed-plugin:master> 1.4.1: AM_CONFIG_HEADER to AC_CONFIG_HEADERS

David Schneider noreply at xfce.org
Sat Jun 1 20:46:01 CEST 2013


Updating branch refs/heads/master
         to ea23a9cc72227004088111ba09dc05897d483991 (commit)
       from 33794e0d9f9852efc6db067a21b8c1648e2d1112 (commit)

commit ea23a9cc72227004088111ba09dc05897d483991
Author: David Schneider <dnschneid at gmail.com>
Date:   Sat Jun 1 11:40:58 2013 -0700

    1.4.1: AM_CONFIG_HEADER to AC_CONFIG_HEADERS
    
    Thanks to ssuominen for the heads up.

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

diff --git a/configure.ac.in b/configure.ac.in
index a27a576..6a9e9db 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,7 +9,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([embed_version_major], [1])
 m4_define([embed_version_minor], [4])
-m4_define([embed_version_micro], [0])
+m4_define([embed_version_micro], [1])
 m4_define([embed_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([embed_version_build], [@REVISION@])
 m4_define([embed_version_tag], [])
@@ -28,7 +28,7 @@ dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
 AM_INIT_AUTOMAKE([1.8 no-dist-gzip 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])])
 


More information about the Xfce4-commits mailing list