[go: up one dir, main page]

File: configure.ac

package info (click to toggle)
z80dasm 1.1.4-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,132 kB
  • ctags: 280
  • sloc: asm: 68,772; ansic: 2,200; sh: 1,297; makefile: 49
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.4, tomaz.solc@tablix.org)
AM_INIT_AUTOMAKE

AM_CONFIG_HEADER(config.h)

AC_PROG_CC

AC_OUTPUT(	Makefile 
		src/Makefile 
		test/Makefile
		)