[Xfce4-commits] <xfce4-weather-plugin:master> Build system: Properly handle m4 stuff.
Harald Judt
noreply at xfce.org
Sun Jan 12 01:08:13 CET 2014
Updating branch refs/heads/master
to e6e6d4a96810151d34fa299d3518f6e4dbc7040d (commit)
from 89961c0485b0352cc1caca31179e455d56da7373 (commit)
commit e6e6d4a96810151d34fa299d3518f6e4dbc7040d
Author: Harald Judt <h.judt at gmx.at>
Date: Sun Jan 12 00:52:45 2014 +0100
Build system: Properly handle m4 stuff.
autogen.sh | 2 ++
configure.ac.in | 1 +
2 files changed, 3 insertions(+)
diff --git a/autogen.sh b/autogen.sh
index 6bc0c8a..8104646 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,4 +17,6 @@ EOF
exit 1
}
+test -d m4 || mkdir m4
+
xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 6e5f204..9f9eec0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -22,6 +22,7 @@ AC_COPYRIGHT([Copyright (c) 2006-2013
The Xfce development team. All rights reserved.])
AC_INIT([xfce4-weather-plugin], [weather_version], [http://bugzilla.xfce.org/], [xfce4-weather-plugin])
AC_PREREQ([2.60])
+AC_CONFIG_MACRO_DIR([m4])
dnl ***************************
dnl *** Initialize automake ***
More information about the Xfce4-commits
mailing list