clamav/libclammspack/autogen.sh

6 lines
145 B
Bash
Executable file

#!/bin/sh
# Runs the autoreconf tool, creating the configure script
[ -d m4 ] || mkdir m4
autoreconf -i -W all
echo you can now run ./configure