File: configure.ac

package info (click to toggle)
z80dasm 1.1.5-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,276 kB
  • sloc: asm: 70,115; ansic: 2,541; sh: 1,255; makefile: 275
file content (14 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AC_PREREQ(2.53)

# don't forget to tag files in CVS on release!
AC_INIT(z80dasm, 1.1.5, tomaz.solc@tablix.org)
AM_INIT_AUTOMAKE

AM_CONFIG_HEADER(config.h)

AC_PROG_CC

AC_OUTPUT(	Makefile 
		src/Makefile 
		test/Makefile
		)