X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.in;h=fdea578bef3ba63b9d6764a48f5139e8ee12e831;hb=dbbb3782a55a92fbaeb4e53d16f08cc255472e50;hp=e1172242c682de881fc2a77ac4aee27b4c8cf9bf;hpb=b9855fd6b84616c3963897a10fa20ea93531e5ce;p=fw%2Fsdcc diff --git a/configure.in b/configure.in index e1172242..fdea578b 100755 --- a/configure.in +++ b/configure.in @@ -72,6 +72,12 @@ AC_LANG([C]) AC_CHECK_HEADERS(sys/socket.h) +# Checking for functions/libs +# =========================================================================== +AC_CHECK_LIB(socket,socket) +AC_CHECK_LIB(nsl,xdr_short) + + # Checking for functions # =========================================================================== AC_CHECK_FUNCS(strerror) @@ -650,6 +656,9 @@ mv ports ports.build AC_CONFIG_SUBDIRS(support/cpp2) AC_CONFIG_SUBDIRS(packihx) AC_CONFIG_SUBDIRS(sim/ucsim) +AC_CONFIG_SUBDIRS(device/lib/pic16) +AC_CONFIG_SUBDIRS(device/lib/pic) + AC_CONFIG_FILES([main.mk:main_in.mk src/Makefile as/mcs51/Makefile @@ -657,6 +666,7 @@ as/hc08/Makefile device/include/Makefile device/lib/Makefile debugger/mcs51/Makefile +support/regression/Makefile Makefile.common:Makefile.common.in ]) AC_OUTPUT