mirror of
https://github.com/NixOS/templates.git
synced 2026-01-13 17:58:39 +01:00
By dropping the dependency on an external source repo, it becomes more representative of a typical flake.
4 lines
69 B
Text
4 lines
69 B
Text
AC_INIT([Hello], 1.0)
|
|
AC_PROG_CC
|
|
AC_CONFIG_FILES(Makefile)
|
|
AC_OUTPUT
|