File: configure.ac

package info (click to toggle)
mscompress 0.4-10
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 200 kB
  • sloc: ansic: 554; sh: 36; makefile: 20
file content (6 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
AC_INIT([mscompress], [0.4], [michael+mscompress@stapelberg.de])
AM_INIT_AUTOMAKE([foreign -Wall])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile src/Makefile test/Makefile])
AC_OUTPUT