X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.in;h=fdea578bef3ba63b9d6764a48f5139e8ee12e831;hb=916b7e4011f58680d6006400c274310fb1659a7e;hp=32ca6c53b9730b764e301a7701259855fb3d5281;hpb=eae265255dbf7244aa0f1ef095cb135609bb72a0;p=fw%2Fsdcc diff --git a/configure.in b/configure.in index 32ca6c53..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,7 +656,8 @@ 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/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