File: configure.ac

package info (click to toggle)
unibetacode 1.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 400 kB
  • sloc: lex: 3,419; sh: 132; makefile: 29
file content (11 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT([unibetacode], [1.2], [unifoundry@unifoundry.com],
        [unibetacode], [http://www.unifoundry.com/unibetacode/])
AC_PREREQ([2.68])
AC_CONFIG_SRCDIR([src/beta2uni.l])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 subdir-objects -Wall -Werror])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_FILES([Makefile man/Makefile src/Makefile test/Makefile])
AC_PROG_LEX
AC_PROG_CC
AC_OUTPUT