File: configure.in

package info (click to toggle)
z80dasm 1.1.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 484 kB
  • ctags: 145
  • sloc: ansic: 2,118; sh: 844; makefile: 98
file content (15 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_PREREQ(2.53)

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

AM_CONFIG_HEADER(config.h)

AC_PROG_CC

AC_OUTPUT(	Makefile 
		src/Makefile 
		debian/Makefile
		test/Makefile
		)