Skip to content
Snippets Groups Projects
Commit 1abd4472 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

autotools: give "foreign" option to automake

parent 523311da
No related branches found
No related tags found
No related merge requests found
test -f AUTHORS || touch AUTHORS
test -f ChangeLog || touch ChangeLog
test -f NEWS || touch NEWS
test -f README || cp -f README.md README
autoreconf --install --verbose -Wall autoreconf --install --verbose -Wall
AC_INIT(dhtcpp, 0.1) AC_INIT(dhtcpp, 0.1)
AC_CONFIG_AUX_DIR(ac) AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment