[Xfce4-commits] <xfce4-power-manager:master> Fix configure.ac.in with openbsd.
Ali Abdallah
noreply at xfce.org
Mon Jun 27 15:42:01 CEST 2011
Updating branch refs/heads/master
to 0cc3dfcfdc5872240c06fd94c241d3783cb42459 (commit)
from 9681d88d9a7701bfdf94441a003548aab726396a (commit)
commit 0cc3dfcfdc5872240c06fd94c241d3783cb42459
Author: Landry Breuil <landry at rhaalovely.net>
Date: Mon Jun 27 15:40:26 2011 +0200
Fix configure.ac.in with openbsd.
configure.ac.in | 23 ++++++++---------------
1 files changed, 8 insertions(+), 15 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 12cb8bf..b925ec1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -242,18 +242,11 @@ doc/C/images/Makefile
po/Makefile.in
])
-echo "
---------------------------------------------------
- Xfce Power Manager $VERSION
- ======================================
-
- prefix: ${prefix}
- xdg autostart: ${sysconfdir/xdg/autostart}
- POLKIT: ${polkit}
- DPMS: ${have_dpms}
- Network manager: ${ac_network_manager}
- Build panel plugins: ${build_panel_plugins}
- Debug: ${enable_debug}
---------------------------------------------------
-
-Configuration finished, type make to compile"
+echo "prefix: ${prefix}"
+echo "xdg autostart: ${sysconfdir}/xdg/autostart"
+echo "POLKIT: ${polkit}"
+echo "DPMS: ${have_dpms}"
+echo "Network manager: ${ac_network_manager}"
+echo "Build panel plugins: ${build_panel_plugins}"
+echo "Debug: ${enable_debug}"
+echo "Configuration finished, type make to compile"
More information about the Xfce4-commits
mailing list