[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/01: fix bug 8888 with acconfigheaders

noreply at xfce.org noreply at xfce.org
Thu May 1 11:24:15 CEST 2014


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

timystery pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.

commit 71cce74b60ead2120f1872887fe2301ee3f65677
Author: Fabian <timystery at arcor.de>
Date:   Thu May 1 11:23:09 2014 +0200

    fix bug 8888 with acconfigheaders
---
 configure.ac.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 6001c3f..afb172d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -20,7 +20,7 @@ AC_INIT([xfce4-mount-plugin], [mount_version],
 
 MOUNT_VERSION=mount_version()
 AM_INIT_AUTOMAKE([xfce4-mount-plugin], [$MOUNT_VERSION])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 AM_MAINTAINER_MODE
 

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


More information about the Xfce4-commits mailing list