File: autogen.sh

package info (click to toggle)
ibus-array 0.0.2-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,676 kB
  • ctags: 6,680
  • sloc: ansic: 66,382; sh: 10,728; makefile: 105; python: 66; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e
set -x

autopoint
libtoolize --automake --copy
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
export CFLAGS="-g -O0"
export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*