X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.in;h=fdea578bef3ba63b9d6764a48f5139e8ee12e831;hb=47bb725c96ea3f78ac860012cf1feb35cf66bfb2;hp=217359010484bd1dc451ee185bcebce4c8e727da;hpb=78aad8c5dcd7e24189d1bd5a1a203e1b785bbf60;p=fw%2Fsdcc diff --git a/configure.in b/configure.in index 21735901..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) @@ -651,6 +657,7 @@ 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 @@ -659,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