From 46399bd9b5387f8c055bb7a76c535575dd700b0b Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Wed, 10 Apr 2002 19:42:42 +0000 Subject: Unbreak build for users that has autoconf >= 2.52 installed. PR: 34593 --- comms/minicom/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index fe63f9919457..8136bab25868 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -36,8 +36,10 @@ post-patch: s@/sb@/lsb@g;s@/sx@/lsx@g;s@/rz@/lrz@g;s@/rb@/lrb@g; \ s@/rx@/lrx@g" ${WRKSRC}/src/rwconf.c -.if !defined(BATCH) pre-configure: + ${PERL} -pi -e "s@autoheader@${AUTOHEADER}@;s@autoconf@${AUTOCONF}@" \ + ${WRKSRC}/aclocal.m4 +.if !defined(BATCH) # this script creates a link from your comm port to /dev/modem ${SH} ${SCRIPTDIR}/create-dev-link .endif -- cgit v1.2.3