[BACK]Return to autogen.sh CVS log [TXT][DIR] Up to [local] / acopm

File: [local] / acopm / autogen.sh (download)

Revision 1.1.1.1 (vendor branch), Sat May 8 15:42:17 2021 UTC (3 years ago) by bountyht
Branch: alphachat, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines

Initial import

#!/bin/sh

set -e
set -x

${ACLOCAL:-aclocal} -Wall --force -I m4
${AUTOHEADER:-autoheader} -Wall -f
${AUTOCONF:-autoconf} -Wall -f
${AUTOMAKE:-automake} -Wall -acf