Convert to USES=autoreconf.

This commit is contained in:
Tijl Coosemans 2017-12-23 15:28:29 +00:00
parent 075f9511f2
commit 34a99527b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457060
2 changed files with 11 additions and 3 deletions

View file

@ -17,10 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
SVNVERSION= 0.11_trunk_2979
USES= perl5 ssl tar:tgz
USES= autoreconf perl5 ssl tar:tgz
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal autoheader
ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}

View file

@ -0,0 +1,10 @@
--- configure.ac.orig 2011-08-21 10:24:10 UTC
+++ configure.ac
@@ -5,6 +5,7 @@ AC_PREREQ(2.59)
AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup])
AC_CONFIG_SRCDIR([lib/common/Box.h])
AC_CONFIG_HEADERS([lib/common/BoxConfig.h])
+AC_CONFIG_MACRO_DIR([infrastructure/m4])
touch install-sh
AC_CANONICAL_SYSTEM