Files
ncpfs/conf
ncpfs archive import 82706139bf Import ncpfs 2.2.1
2026-04-28 20:39:59 +02:00

18 lines
413 B
Bash
Executable File

#!/bin/sh
AUTOTOOLS_DIR=/usr/share/misc
if [ -f "${AUTOTOOLS_DIR}/config.guess" ]; then
cp -p "${AUTOTOOLS_DIR}/config.guess" config.guess
fi
if [ -f "${AUTOTOOLS_DIR}/config.sub" ]; then
cp -p "${AUTOTOOLS_DIR}/config.sub" config.sub
fi
aclocal
# Do not use space between -W and all, otherwise Debian's auto*-wrapper
# brokes...
autoconf -Wall
autoheader -Wall
rm -f config.cache config.status config.log