pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pulseaudio-git: Use upstream autogen.sh for autotools reconfigure



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Nov 28 14:25:35 2015 +0100
Changeset:	e7d158636027128a9fa57343cd43695a10faa51b

Modified Files:
	pulseaudio-git/Makefile

Log Message:
pulseaudio-git: Use upstream autogen.sh for autotools reconfigure

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7d158636027128a9fa57343cd43695a10faa51b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pulseaudio-git/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/pulseaudio-git/Makefile b/pulseaudio-git/Makefile
index 67f048f..4cbaebc 100644
--- a/pulseaudio-git/Makefile
+++ b/pulseaudio-git/Makefile
@@ -19,7 +19,7 @@ USE_LIBTOOL=	yes
 USE_TOOLS+=	aclocal autoheader autoconf automake gmake gm4 intltool msgfmt pkg-config
 USE_LANGUAGES=	c c++
 
-REPLACE_BASH=	shell-completion/bash/pulseaudio git-version-gen
+REPLACE_BASH=	shell-completion/bash/pulseaudio git-version-gen bootstrap.sh
 
 .include "../../mk/bsd.prefs.mk"
 # Some tests are incompatible for NetBSD at least
@@ -107,7 +107,7 @@ PKG_USERS=		${PULSE_USER}:${PULSE_GROUP}
 
 pre-configure:
 	set -e; cd ${WRKSRC}; \
-	aclocal; autoheader; automake -a --foreign -i; autoconf
+	./autogen.sh
 
 .include "../../wip/mk/git-package.mk"
 .if ${OPSYS} != "Darwin"


Home | Main Index | Thread Index | Old Index