udp-server/configure.ac

7 lines
165 B
Plaintext
Raw Permalink Normal View History

2024-12-10 19:19:48 +02:00
AC_INIT([udpserver], [0.1], [borman@sysdev.lv])
AC_REVISION([$Revision: 0.01 $])
AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_CC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT