2dcd5aa0bf
* autogen.sh * po/poconv.sh remove unneeded script * configure.ac add forgotten USE_LDAP_TLS (sync with HEAD)
9 lines
211 B
Bash
9 lines
211 B
Bash
#!/bin/sh
|
|
|
|
autopoint --force \
|
|
&& aclocal -I m4 \
|
|
&& libtoolize --force --copy \
|
|
&& autoheader \
|
|
&& automake --add-missing --foreign --copy \
|
|
&& autoconf \
|
|
&& ./configure --enable-maintainer-mode $@
|