File: autogen.sh

package info (click to toggle)
human-icon-theme 0.28.debian-3.1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 3,916 kB
  • ctags: 3
  • sloc: makefile: 1,161; sh: 29
file content (9 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#!/bin/sh

intltoolize -c --force		|| exit 1
aclocal				|| exit 1
automake --gnu --add-missing	|| exit 1
autoconf			|| exit 1
echo configure will be run, if you want to pass arguments, add them to ./autogen.sh
./configure $@