pantry/projects/gnu.org/autoconf/configure.ac

5 lines
73 B
Plaintext
Raw Normal View History

2022-09-01 01:02:46 +03:00
AC_INIT([hello], [1.0])
AC_CONFIG_SRCDIR([hello.c])
AC_PROG_CC
AC_OUTPUT