File: autogen.sh

package info (click to toggle)
clutter-imcontext 0.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,728; makefile: 114; sh: 29; xml: 4
file content (12 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
[ -e config.cache ] && rm -f config.cache

libtoolize --automake
gtkdocize --flavour no-tmpl || exit 1
aclocal
autoconf
autoheader
automake -a
./configure $@
exit