mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-19 15:59:57 +00:00
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
|
AC_INIT([deluge], [0.5.2], [zach@collegegeek.org])
|
||
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||
|
AC_PROG_CC
|
||
|
AC_CONFIG_HEADERS([config.h])
|
||
|
AC_CONFIG_FILES([
|
||
|
Makefile
|
||
|
src/Makefile
|
||
|
])
|
||
|
AC_OUTPUT
|