1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-19 15:01:06 +03: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
])