File: autogen.sh

package info (click to toggle)
human-icon-theme 0.28.debian-6.1
  • links: PTS
  • area: non-free
  • in suites: bullseye, buster
  • size: 3,972 kB
  • sloc: makefile: 1,158; 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 $@