OSDN Git Service

Updated Russian translation.
[pf3gnuchains/pf3gnuchains3x.git] / cgen / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2
3 AC_PREREQ(2.59)
4 AC_INIT(read.scm)
5 AC_CANONICAL_SYSTEM
6 dnl The "50" is a generic indicator that we're between 1.1 and 1.2.
7 AM_INIT_AUTOMAKE(cgen, 1.1.50)
8
9 AC_PROG_INSTALL
10 AC_EXEEXT
11
12 # Set target cpu.
13 arch=${target_cpu}
14 AC_SUBST(arch)
15
16 AM_MAINTAINER_MODE
17
18 # See doc/Makefile.am.
19 AM_CONDITIONAL(GENINSRC_NEVER, false)
20
21 AC_OUTPUT([Makefile doc/Makefile testsuite/Makefile testsuite/test-utils.sh])