X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Famanda%2Fnet.m4;h=917903b074cad82c48869ab914a0bab371f02ae8;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=f2c1805a716b1c3635313415a5faf31bdfe6d967;hpb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;p=debian%2Famanda diff --git a/config/amanda/net.m4 b/config/amanda/net.m4 index f2c1805..917903b 100644 --- a/config/amanda/net.m4 +++ b/config/amanda/net.m4 @@ -59,8 +59,8 @@ AC_DEFUN([AMANDA_WITH_REUSEPORTS], [ # OVERVIEW # # Implement --with-low-tcpportrange, --with-tcpportrange, and --with-udpportrange. -# Results are DEFINED in LOW_TCPPORTRANGE, TCPPORTRANGE, and UDPPORTRANGE, -# respectively. +# Results are DEFINED and substituted in LOW_TCPPORTRANGE, TCPPORTRANGE, and +# UDPPORTRANGE, respectively. # AC_DEFUN([AMANDA_WITH_PORTRANGES], [ AC_ARG_WITH(low-tcpportrange, @@ -139,6 +139,9 @@ AC_DEFUN([AMANDA_WITH_PORTRANGES], [ [A comma-separated list of two integers, determining the minimum and * maximum reserved UDP port numbers sockets should be bound to. ]) fi + AC_SUBST(UDPPORTRANGE) + AC_SUBST(TCPPORTRANGE) + AC_SUBST(LOW_TCPPORTRANGE) ]) # SYNOPSIS