File: autogen.sh

package info (click to toggle)
ibus-client-clutter 0.0%2Bgit20090728.a936bacf-8
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: ansic: 774; makefile: 52; sh: 7
file content (9 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
[ -e config.cache ] && rm -f config.cache

libtoolize --automake
aclocal
autoconf
autoheader
automake -a
exit