[Xfce4-commits] [apps/xfce4-volumed-pulse] 48/62: fix typos breaking ./autogen.sh

noreply at xfce.org noreply at xfce.org
Thu Sep 8 10:33:10 CEST 2016


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

ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit e05c8a45b40dc562551b675d90e62ae34faf88c5
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date:   Fri May 25 18:20:11 2012 +0200

    fix typos breaking ./autogen.sh
---
 autogen.sh      | 2 +-
 configure.ac.in | 6 ++++++
 src/Makefile.am | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 6bc0c8a..b3590b2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@
 #
 # Written for Xfce by Benedikt Meurer <benny at xfce.org>.
 
-export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
+export XDT_AUTOGEN_REQUIRED_VERSION="4.9.1"
 
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <<EOF
diff --git a/configure.ac.in b/configure.ac.in
index fc3a064..49f063c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -24,6 +24,12 @@ AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
 dnl *******************************
 dnl *** Check for UNIX variants ***
 dnl *******************************
diff --git a/src/Makefile.am b/src/Makefile.am
index 2bb8d5d..27a4242 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,7 @@ xfce4_volumed_pulse_SOURCES = \
 	xvd_pulse.c \
 	xvd_pulse.h \
 	xvd_xfconf.c \
-	xvd_xfconf.h \
+	xvd_xfconf.h
 
 xfce4_volumed_pulse_CFLAGS = \
 	$(GLIB_CFLAGS) \

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


More information about the Xfce4-commits mailing list