File: configure.in

package info (click to toggle)
msc 1.1.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 228 kB
  • ctags: 6
  • sloc: sh: 1,960; perl: 169; makefile: 46
file content (25 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
dnl Process this file with autoconf to produce a configure script.

AC_INIT(msc.in)
dnl Every other copy of the package version number gets its value from here
AM_INIT_AUTOMAKE(msc, 1.1.0)

AC_SUBST(VERSION)

ISODATE=`date +%Y-%m-%d`
AC_SUBST(ISODATE)

AC_CANONICAL_HOST

dnl Checks for programs.
AC_PROG_INSTALL

dnl Checks for libraries.

dnl Checks for header files.

dnl Checks for typedefs, structures, and compiler characteristics.

dnl Checks for library functions.

AC_OUTPUT(Makefile msc.lsm msc msc.spec)