File: autogen.sh

package info (click to toggle)
accountsservice 0.6.21-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,856 kB
  • sloc: ansic: 6,606; xml: 1,796; makefile: 254; sh: 31; sed: 16
file content (11 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

ACLOCAL="aclocal $ACLOCAL_FLAGS"
export ACLOCAL

(cd $(dirname $0);
 autoreconf --install --force --symlink --verbose &&
 intltoolize --force &&
 autoreconf --force --verbose)

test -n "$NOCONFIGURE" || "$(dirname $0)/configure" "$@"