File: autogen.sh

package info (click to toggle)
scim-chewing 0.3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,012 kB
  • ctags: 284
  • sloc: sh: 9,263; cpp: 1,897; makefile: 133
file content (20 lines) | stat: -rwxr-xr-x 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh
AM_VERSION=-1.9
AC_VERSION=

set -x

if [ "x${ACLOCAL_DIR}" != "x" ]; then
  ACLOCAL_ARG=-I ${ACLOCAL_DIR}
fi

AUTOMAKE=${AUTOMAKE:-automake$AM_VERSION} libtoolize -c --automake 
AUTOMAKE=${AUTOMAKE:-automake$AM_VERSION} intltoolize -c --automake
${ACLOCAL:-aclocal$AM_VERSION} ${ACLOCAL_ARG}
${AUTOHEADER:-autoheader$AC_VERSION}
${AUTOMAKE:-automake$AM_VERSION} --add-missing --copy --include-deps
${AUTOCONF:-autoconf$AC_VERSION}

if [ -d autom4te.cache ]; then
	rm -rf autom4te.cache
fi