0398323a60
for autogen.sh) * configure.in, man/po/Makefile.in.in, man/po/Makefile.in: Makefile.in.in replaced by Makefile.in to avoid config.status issues when there are multiple po directories. * man/po/LINGUAS: Adapted to above change. * man/po/POTFILES.in, man/po/XMLFILES: POTFILES.in replaced by XMLFILES. * man/Makefile.am: generate_mans.deps shall be included by make, not automake.
13 lines
194 B
Bash
Executable File
13 lines
194 B
Bash
Executable File
#! /bin/sh
|
|
|
|
autoreconf -v -f --install || exit 1
|
|
|
|
./configure \
|
|
CFLAGS="-O2 -Wall" \
|
|
--enable-man \
|
|
--enable-maintainer-mode \
|
|
--disable-shared \
|
|
--without-libpam \
|
|
--with-selinux \
|
|
"$@"
|