The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/autoconf#07055a5d6c4b82218698b9aa116e654f8741ae53
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
#requires m4
|
|
#requires perl
|
|
#requires gettext
|
|
|
|
mcd $BUILDDIR/autoconf
|
|
|
|
$SRC/autoconf-*/configure $TCONFIGARGS
|
|
|
|
make $J
|
|
make $J install
|
|
|
|
mkdir -p /usr/share
|
|
install -m 644 $TOP/rpmbuild/SOURCES/config.site /usr/share/
|