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

Annotation of acopm/autogen.sh, Revision 1.1

1.1     ! bountyht    1: #!/bin/sh
        !             2:
        !             3: set -e
        !             4: set -x
        !             5:
        !             6: ${ACLOCAL:-aclocal} -Wall --force -I m4
        !             7: ${AUTOHEADER:-autoheader} -Wall -f
        !             8: ${AUTOCONF:-autoconf} -Wall -f
        !             9: ${AUTOMAKE:-automake} -Wall -acf

CVSweb