File: autogen.sh

package info (click to toggle)
libtimezonemap 0.4.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,992 kB
  • sloc: ansic: 2,502; makefile: 124; sh: 7
file content (11 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

PKG_NAME="libtimezonemap"

which gnome-autogen.sh || {
	echo "You need gnome-common from GNOME Git"
	exit 1
}

USE_GNOME2_MACROS=1 \
. gnome-autogen.sh $@