pkgsrc-WIP-changes archive

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

Adopted running package's autogen instead of putting our commands.



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jun 16 07:33:19 2020 +0530
Changeset:	67c4c615f724047fa3ab70d112c79d6139d763cf

Modified Files:
	felinks/Makefile

Log Message:
Adopted running package's autogen instead of putting our commands.

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

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

diffstat:
 felinks/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/felinks/Makefile b/felinks/Makefile
index 98c64ce73e..a56e135948 100644
--- a/felinks/Makefile
+++ b/felinks/Makefile
@@ -19,8 +19,7 @@ GNU_CONFIGURE=		yes
 USE_TOOLS+=		gmake pkg-config aclocal autoconf autoheader automake
 
 pre-configure:
-	cd ${WRKSRC}; \
-	aclocal; autoheader; automake -a --foreign -i; autoconf
+	cd ${WRKSRC} && ${CONFIG_SHELL} autogen.sh
 
 post-install:
 	${RM} -f ${DESTDIR}${PREFIX}/lib/charset.alias


Home | Main Index | Thread Index | Old Index