From: ceriel Date: Fri, 15 Apr 1988 15:18:38 +0000 (+0000) Subject: make sure there is a varargs.h file somewhere X-Git-Tag: release-5-5~3426 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=32e125b3f9bcfb8ccb78e69c39d6ced23af2fbc8;p=ack.git make sure there is a varargs.h file somewhere --- diff --git a/first/first b/first/first index a29151609..adc863a62 100755 --- a/first/first +++ b/first/first @@ -288,3 +288,13 @@ ABC ) ;; esac + +: find varargs include file +: if not present use our own + +if [ -f /usr/include/varargs.h ] +then + : +else + cp ../include/_tail_cc/varargs.h ../modules/h +fi