File: autogen.sh

package info (click to toggle)
gamix 1.99.p14.debian1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,512 kB
  • ctags: 1,498
  • sloc: ansic: 13,418; sh: 7,929; makefile: 326; yacc: 316; sed: 16
file content (11 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

if [ ! -f gettext.h ]; then
    cp /usr/share/gettext/gettext.h .
fi
gettextize -f --intl -c
libtoolize -f -c
aclocal-1.6 -I m4
autoheader2.50
autoconf2.50
automake-1.6  -a --foreign -c --gnu