make sure there is a varargs.h file somewhere
This commit is contained in:
10
first/first
10
first/first
@@ -288,3 +288,13 @@ ABC
|
|||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user