Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
495c00c1
Commit
495c00c1
authored
Apr 28, 2000
by
David Lawrence
Browse files
removed some extraneous "..." from "checking for" messages
parent
9d26bfb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
495c00c1
#! /bin/sh
# From configure.in Revision: 1.12
2
# From configure.in Revision: 1.12
3
...
...
@@ -3434,8 +3434,8 @@ esac
# after the libtool checking, so we can put the right suffix on
# the files.
#
echo
$ac_n
"checking for inet_ntop
...
""...
$ac_c
"
1>&6
echo
"configure:3439: checking for inet_ntop
...
"
>
&5
echo
$ac_n
"checking for inet_ntop""...
$ac_c
"
1>&6
echo
"configure:3439: checking for inet_ntop"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 3441 "configure"
#include "confdefs.h"
...
...
@@ -3461,8 +3461,8 @@ else
ISC_PLATFORM_NEEDNTOP
=
"#define ISC_PLATFORM_NEEDNTOP 1"
fi
rm
-f
conftest
*
echo
$ac_n
"checking for inet_pton
...
""...
$ac_c
"
1>&6
echo
"configure:3466: checking for inet_pton
...
"
>
&5
echo
$ac_n
"checking for inet_pton""...
$ac_c
"
1>&6
echo
"configure:3466: checking for inet_pton"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 3468 "configure"
#include "confdefs.h"
...
...
@@ -3488,8 +3488,8 @@ else
ISC_PLATFORM_NEEDPTON
=
"#define ISC_PLATFORM_NEEDPTON 1"
fi
rm
-f
conftest
*
echo
$ac_n
"checking for inet_aton
...
""...
$ac_c
"
1>&6
echo
"configure:3493: checking for inet_aton
...
"
>
&5
echo
$ac_n
"checking for inet_aton""...
$ac_c
"
1>&6
echo
"configure:3493: checking for inet_aton"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 3495 "configure"
#include "confdefs.h"
...
...
configure.in
View file @
495c00c1
...
...
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.12
2
$)
AC_REVISION($Revision: 1.12
3
$)
AC_PREREQ(2.13)
...
...
@@ -694,7 +694,7 @@ esac
# after the libtool checking, so we can put the right suffix on
# the files.
#
AC_MSG_CHECKING([for inet_ntop
...
])
AC_MSG_CHECKING([for inet_ntop])
AC_TRY_LINK([
#include <sys/types.h>
#include <netinet/in.h>
...
...
@@ -707,7 +707,7 @@ AC_TRY_LINK([
ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_ntop.$O"
ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_ntop.c"
ISC_PLATFORM_NEEDNTOP="#define ISC_PLATFORM_NEEDNTOP 1"])
AC_MSG_CHECKING([for inet_pton
...
])
AC_MSG_CHECKING([for inet_pton])
AC_TRY_LINK([
#include <sys/types.h>
#include <netinet/in.h>
...
...
@@ -720,7 +720,7 @@ AC_TRY_LINK([
ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_pton.$O"
ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_pton.c"
ISC_PLATFORM_NEEDPTON="#define ISC_PLATFORM_NEEDPTON 1"])
AC_MSG_CHECKING([for inet_aton
...
])
AC_MSG_CHECKING([for inet_aton])
AC_TRY_LINK([
#include <sys/types.h>
#include <netinet/in.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment