X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=configure.ac;h=e75bc48a9bcb19ff480853ff11a681f5e7959252;hp=eb160e597fa517d1a7fe71ff4268c62b145204df;hb=8a990d2c87f8f8a6ca26dd2c6afef161dab2eb9e;hpb=706e48b1e666054030c491d864f740071e390038 diff --git a/configure.ac b/configure.ac index eb160e5..e75bc48 100644 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,12 @@ AC_PREREQ([2.67]) AC_INIT([NeonServ], [5.3], [bugs@pk910.de], [neonserv], [http://neonserv.krypton-bouncer.de]) AC_PREFIX_DEFAULT([~/neonserv]) +AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_HEADERS([config.h]) +LT_INIT([disable-static]) + # Checks for programs. AC_PROG_CC AC_PROG_AWK @@ -85,5 +88,7 @@ AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h stdlib.h string.h sys/socket. AC_FUNC_MALLOC AC_CHECK_FUNCS([gethostbyname memset select socket strchr strdup strstr]) -AC_CONFIG_FILES([Makefile]) +MY_SUBDIRS="src" +AC_SUBST(MY_SUBDIRS) +AC_CONFIG_FILES(Makefile src/Makefile src/modules/Makefile) AC_OUTPUT \ No newline at end of file