mirror of
https://code.semirocket.science/wrapsix
synced 2024-11-08 23:31:00 +02:00
8 lines
139 B
Plaintext
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
|
|
])
|