Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87117f5

Browse files
committed
Fix nasty bug in configure.
STRTOL='strtoul.o' --> STRTOUL='strtoul.o'
1 parenta276392 commit87117f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
26412641

26422642

26432643

2644-
forac_proginmawkgawk nawk awk
2644+
forac_progin gawk mawk nawk awk
26452645
do
26462646
# Extract the first word of "$ac_prog", so it can be a program name with args.
26472647
set dummy$ac_prog; ac_word=$2
@@ -4999,7 +4999,7 @@ else
49994999
int main() {
50005000
50015001
/* Ultrix mips cc rejects this. */
5002-
typedef int charset[2]; const charset x;
5002+
typedef int charset[2]; const charset x={0,0};
50035003
/* SunOS 4.1.1 cc rejects this. */
50045004
char const *const *ccp;
50055005
char **p;
@@ -5074,7 +5074,7 @@ for ac_kw in inline __inline__ __inline; do
50745074
#include "confdefs.h"
50755075
50765076
int main() {
5077-
}$ac_kw foo() {
5077+
}$ac_kwintfoo() {
50785078
; return 0; }
50795079
EOF
50805080
if { (evalecho configure:5081:\"$ac_compile\")1>&5; (eval$ac_compile)2>&5; };then
@@ -6329,7 +6329,7 @@ EOF
63296329

63306330
else
63316331
echo"$ac_t""no"1>&6
6332-
STRTOL='strtoul.o'
6332+
STRTOUL='strtoul.o'
63336333
fi
63346334

63356335

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ AC_CHECK_FUNC(strtol,
865865
AC_SUBST(STRTOL)
866866
AC_CHECK_FUNC(strtoul,
867867
AC_DEFINE(HAVE_STRTOUL),
868-
STRTOL='strtoul.o')
868+
STRTOUL='strtoul.o')
869869
AC_SUBST(STRTOUL)
870870
AC_CHECK_FUNC(strcasecmp,
871871
AC_DEFINE(HAVE_STRCASECMP),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp