File: autogen.sh

package info (click to toggle)
libuser 1%3A0.64%2Bgit20241106~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,184 kB
  • sloc: ansic: 16,599; python: 2,561; sh: 883; yacc: 782; makefile: 236; xml: 106
file content (11 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -x -e
mkdir -p admin m4
gtkdocize --docdir docs/reference
libtoolize --force
autopoint -f
aclocal -Wall -I m4
autoconf -Wall
autoheader -Wall
automake -Wall --add-missing
# ./configure --with-ldap --with-sasl --enable-gtk-doc --enable-Werror --with-selinux