moved aux configure scripts to aux directory

This commit is contained in:
Olof hagsand 2020-03-09 15:38:21 +01:00
parent 3febc00a71
commit 237be5b819
5 changed files with 113 additions and 90 deletions

View file

@ -44,6 +44,9 @@ AC_INIT(lib/clixon/clixon.h.in)
: ${CFLAGS="-O2 -Wall"}
: ${INSTALLFLAGS="-s"}
# where autotool scripts are: install-sh, config.sub, config.guess
AC_CONFIG_AUX_DIR(aux)
CLIXON_VERSION_MAJOR="4"
CLIXON_VERSION_MINOR="4"
CLIXON_VERSION_PATCH="0"