1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-11-08 23:31:00 +02:00
wrapsix/configure.in
2009-12-01 18:44:26 +01:00

8 lines
139 B
Plaintext

AC_INIT([WrapSix], [0.1.99.0], [xhire@mujmalysvet.cz])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_PROG_CC
AC_OUTPUT([
Makefile
src/Makefile
])