Skip to content

Commit

Permalink
retab configure
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 26, 2024
1 parent 079eec6 commit 860d206
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 104 deletions.
100 changes: 50 additions & 50 deletions config/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4993,7 +4993,7 @@ printf %s "checking if $GNU_MAKE is GNU make ... " >&6; }
if test "$?" != "0"; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
as_fn_error $? "GNU make not found" "$LINENO" 5
as_fn_error $? "GNU make not found" "$LINENO" 5
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
Expand Down Expand Up @@ -7005,29 +7005,29 @@ printf "%s\n" "$as_me: bzlib not available" >&6;}
fi

if test "$UPNP_NATPMP_FORCE" = "yes"; then
UPNP_NATPMP=yes
cd $PATCH_DIR
MINIUPNPC=miniupnpc-2.2.8
LIBNATPMP=libnatpmp-20230423
$WGET http://miniupnp.tuxfamily.org/files/$MINIUPNPC.tar.gz
$WGET http://miniupnp.tuxfamily.org/files/$LIBNATPMP.tar.gz
mkdir -p $BUILD_DIR $LOCAL_DIR/usr/bin $LOCAL_DIR/usr/lib $LOCAL_DIR/usr/include/miniupnpc
cd $BUILD_DIR
rm -rf $LIBNATPMP $MINIUPNPC
tar -xzf $PATCH_DIR/$MINIUPNPC.tar.gz
tar -xzf $PATCH_DIR/$LIBNATPMP.tar.gz
if test -f $PATCH_DIR/$LIBNATPMP.patch; then
echo Patching ...
patch -p0 < $PATCH_DIR/$LIBNATPMP.patch
fi
cd $BUILD_DIR/$LIBNATPMP
$GNU_MAKE all install PREFIX=$LOCAL_DIR
cd $BUILD_DIR/$MINIUPNPC
$GNU_MAKE all install PREFIX=$LOCAL_DIR/usr
cd $CONFIG_DIR
rm -rf $BUILD_DIR/$LIBNATPMP $BUILD_DIR/$MINIUPNPC
CPPFLAGS="${CPPFLAGS} -I$LOCAL_DIR/usr/include"
LDFLAGS="${LDFLAGS} -L$LOCAL_DIR/usr/lib"
UPNP_NATPMP=yes
cd $PATCH_DIR
MINIUPNPC=miniupnpc-2.2.8
LIBNATPMP=libnatpmp-20230423
$WGET http://miniupnp.tuxfamily.org/files/$MINIUPNPC.tar.gz
$WGET http://miniupnp.tuxfamily.org/files/$LIBNATPMP.tar.gz
mkdir -p $BUILD_DIR $LOCAL_DIR/usr/bin $LOCAL_DIR/usr/lib $LOCAL_DIR/usr/include/miniupnpc
cd $BUILD_DIR
rm -rf $LIBNATPMP $MINIUPNPC
tar -xzf $PATCH_DIR/$MINIUPNPC.tar.gz
tar -xzf $PATCH_DIR/$LIBNATPMP.tar.gz
if test -f $PATCH_DIR/$LIBNATPMP.patch; then
echo Patching ...
patch -p0 < $PATCH_DIR/$LIBNATPMP.patch
fi
cd $BUILD_DIR/$LIBNATPMP
$GNU_MAKE all install PREFIX=$LOCAL_DIR
cd $BUILD_DIR/$MINIUPNPC
$GNU_MAKE all install PREFIX=$LOCAL_DIR/usr
cd $CONFIG_DIR
rm -rf $BUILD_DIR/$LIBNATPMP $BUILD_DIR/$MINIUPNPC
CPPFLAGS="${CPPFLAGS} -I$LOCAL_DIR/usr/include"
LDFLAGS="${LDFLAGS} -L$LOCAL_DIR/usr/lib"
fi

if test "$UPNP_NATPMP" = "yes"; then
Expand Down Expand Up @@ -7679,11 +7679,11 @@ fi
printf %s "checking for png support in libgd... " >&6; }
if test "$LIBGD_PNG" = "yes"; then
GD=yes
GD_PNG=yes
GD_PNG=yes
GD_LIBS="$GD_LIBS $PNG_LIBS"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for png_access_version_number in -lpng" >&5
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for png_access_version_number in -lpng" >&5
printf %s "checking for png_access_version_number in -lpng... " >&6; }
if test ${ac_cv_lib_png_png_access_version_number+y}
then :
Expand Down Expand Up @@ -7858,7 +7858,7 @@ fi
printf %s "checking for jpeg support in libgd... " >&6; }
if test "$LIBGD_JPG" = "yes"; then
GD=yes
GD_JPG=yes
GD_JPG=yes
GD_LIBS="$GD_LIBS -ljpeg"

printf "%s\n" "#define HAVE_GD_JPG 1" >>confdefs.h
Expand Down Expand Up @@ -10489,7 +10489,7 @@ fi
fi

done
for ac_header in gnu/libc-version.h
for ac_header in gnu/libc-version.h
do :
ac_fn_c_check_header_compile "$LINENO" "gnu/libc-version.h" "ac_cv_header_gnu_libc_version_h" "$ac_includes_default"
if test "x$ac_cv_header_gnu_libc_version_h" = xyes
Expand Down Expand Up @@ -10934,13 +10934,13 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# GCC miscompiles cryptopp.cc with -O2 on armhf
# http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=32309#32309
# https://bugs.launchpad.net/ubuntu/+source/mldonkey/+bug/1060007
case "$host" in
armv7l-*-linux-gnueabihf)
CXXFLAGS="-g -Os"
;;
esac
case "$host" in
armv7l-*-linux-gnueabihf)
CXXFLAGS="-g -Os"
;;
esac

if test -n "$ac_tool_prefix"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}$CXX", so it can be a program name with args.
set dummy ${ac_tool_prefix}$CXX; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Expand Down Expand Up @@ -11042,18 +11042,18 @@ else
NEWCXX="$ac_cv_prog_NEWCXX"
fi

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking eMule SUI" >&5
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking eMule SUI" >&5
printf %s "checking eMule SUI... " >&6; }
if test x"$NEWCXX" = x"no"
then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
if test x"$NEWCXX" = x"no"
then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
CXX=
DONKEY_SUI=no
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
CXX=
DONKEY_SUI=no
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
ac_ext=cpp
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Expand Down Expand Up @@ -11098,7 +11098,7 @@ else $as_nop
:
fi

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -mno-omit-leaf-frame-pointer" >&5
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -mno-omit-leaf-frame-pointer" >&5
printf %s "checking whether C++ compiler accepts -mno-omit-leaf-frame-pointer... " >&6; }
if test ${ax_cv_check_cxxflags___mno_omit_leaf_frame_pointer+y}
then :
Expand Down Expand Up @@ -11136,19 +11136,19 @@ else $as_nop
:
fi

ac_ext=c
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

CXX=$NEWCXX
CXX_VERSION=`$CXX -dumpversion`
DONKEY_SUI_FILE=DonkeySui1
CXX=$NEWCXX
CXX_VERSION=`$CXX -dumpversion`
DONKEY_SUI_FILE=DonkeySui1

printf "%s\n" "#define HAVE_CRYPTOPP 1" >>confdefs.h

fi
fi
fi
# AC_MSG_CHECKING(eDonkey server)
# if test -d ../src/networks/server; then
Expand Down Expand Up @@ -12931,7 +12931,7 @@ echo "Building dependencies (if it blocks, try '$GNU_MAKE depend' to see the pro
$GNU_MAKE depend 2> /dev/null > /dev/null || echo "Building dependencies fails: try: '$GNU_MAKE depend'"
echo ""
printf "Configuring MLDonkey %s completed." "$MLDONKEY_VERSION"
printf "Configuring MLDonkey %s completed.\n" "$MLDONKEY_VERSION"
if test ! -z "$SCM_VERSION"; then
echo " - SCM $SCM_VERSION"
fi
Expand Down
108 changes: 54 additions & 54 deletions config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ if test "x$GNU_MAKE" != "x"; then
$GNU_MAKE --version > /dev/null 2>&1
if test "$?" != "0"; then
AC_MSG_RESULT([no])
AC_MSG_ERROR(GNU make not found)
AC_MSG_ERROR(GNU make not found)
else
AC_MSG_RESULT([yes])
fi
Expand Down Expand Up @@ -687,29 +687,29 @@ else
fi

if test "$UPNP_NATPMP_FORCE" = "yes"; then
UPNP_NATPMP=yes
cd $PATCH_DIR
MINIUPNPC=miniupnpc-2.2.8
LIBNATPMP=libnatpmp-20230423
$WGET http://miniupnp.tuxfamily.org/files/$MINIUPNPC.tar.gz
$WGET http://miniupnp.tuxfamily.org/files/$LIBNATPMP.tar.gz
mkdir -p $BUILD_DIR $LOCAL_DIR/usr/bin $LOCAL_DIR/usr/lib $LOCAL_DIR/usr/include/miniupnpc
cd $BUILD_DIR
rm -rf $LIBNATPMP $MINIUPNPC
tar -xzf $PATCH_DIR/$MINIUPNPC.tar.gz
tar -xzf $PATCH_DIR/$LIBNATPMP.tar.gz
if test -f $PATCH_DIR/$LIBNATPMP.patch; then
echo Patching ...
patch -p0 < $PATCH_DIR/$LIBNATPMP.patch
fi
cd $BUILD_DIR/$LIBNATPMP
$GNU_MAKE all install PREFIX=$LOCAL_DIR
cd $BUILD_DIR/$MINIUPNPC
$GNU_MAKE all install PREFIX=$LOCAL_DIR/usr
cd $CONFIG_DIR
rm -rf $BUILD_DIR/$LIBNATPMP $BUILD_DIR/$MINIUPNPC
CPPFLAGS="${CPPFLAGS} -I$LOCAL_DIR/usr/include"
LDFLAGS="${LDFLAGS} -L$LOCAL_DIR/usr/lib"
UPNP_NATPMP=yes
cd $PATCH_DIR
MINIUPNPC=miniupnpc-2.2.8
LIBNATPMP=libnatpmp-20230423
$WGET http://miniupnp.tuxfamily.org/files/$MINIUPNPC.tar.gz
$WGET http://miniupnp.tuxfamily.org/files/$LIBNATPMP.tar.gz
mkdir -p $BUILD_DIR $LOCAL_DIR/usr/bin $LOCAL_DIR/usr/lib $LOCAL_DIR/usr/include/miniupnpc
cd $BUILD_DIR
rm -rf $LIBNATPMP $MINIUPNPC
tar -xzf $PATCH_DIR/$MINIUPNPC.tar.gz
tar -xzf $PATCH_DIR/$LIBNATPMP.tar.gz
if test -f $PATCH_DIR/$LIBNATPMP.patch; then
echo Patching ...
patch -p0 < $PATCH_DIR/$LIBNATPMP.patch
fi
cd $BUILD_DIR/$LIBNATPMP
$GNU_MAKE all install PREFIX=$LOCAL_DIR
cd $BUILD_DIR/$MINIUPNPC
$GNU_MAKE all install PREFIX=$LOCAL_DIR/usr
cd $CONFIG_DIR
rm -rf $BUILD_DIR/$LIBNATPMP $BUILD_DIR/$MINIUPNPC
CPPFLAGS="${CPPFLAGS} -I$LOCAL_DIR/usr/include"
LDFLAGS="${LDFLAGS} -L$LOCAL_DIR/usr/lib"
fi

if test "$UPNP_NATPMP" = "yes"; then
Expand Down Expand Up @@ -855,10 +855,10 @@ if test "$GD" != "no"; then
AC_MSG_CHECKING(for png support in libgd)
if test "$LIBGD_PNG" = "yes"; then
GD=yes
GD_PNG=yes
GD_PNG=yes
GD_LIBS="$GD_LIBS $PNG_LIBS"
AC_MSG_RESULT(yes)
AC_CHECK_LIB(png, png_access_version_number,[AC_DEFINE(HAVE_PNGVERSION, 1, libpng)])
AC_CHECK_LIB(png, png_access_version_number,[AC_DEFINE(HAVE_PNGVERSION, 1, libpng)])
AC_DEFINE(HAVE_GD_PNG, 1, [Define to 1 if you have png support in libgd.])
else
AC_MSG_RESULT(no)
Expand Down Expand Up @@ -886,7 +886,7 @@ if test "$GD" != "no"; then
AC_MSG_CHECKING(for jpeg support in libgd)
if test "$LIBGD_JPG" = "yes"; then
GD=yes
GD_JPG=yes
GD_JPG=yes
GD_LIBS="$GD_LIBS -ljpeg"
AC_DEFINE(HAVE_GD_JPG, 1, [Define to 1 if you have jpg support in libgd.])
AC_MSG_RESULT(yes)
Expand Down Expand Up @@ -944,7 +944,7 @@ case $host in
AC_CHECK_HEADER(linux/types.h,[CONFIG_INCLUDES="-I /usr/src/linux/include"])
CPPFLAGS=$OLD_CPPFLAGS]
)
AC_CHECK_HEADERS(gnu/libc-version.h,[AC_MSG_CHECKING(for GNU C Library version)
AC_CHECK_HEADERS(gnu/libc-version.h,[AC_MSG_CHECKING(for GNU C Library version)

cat >try.c <<'EOCP'
/* Find out version of GNU C library. __GLIBC__ and __GLIBC_MINOR__
Expand Down Expand Up @@ -997,35 +997,35 @@ echo "--------------------------------------"
if test -d ../src/networks/donkey; then
AC_MSG_RESULT(yes)
if test "$DONKEY_SUI" = "yes"; then
AC_PROG_CXX
AC_PROG_CXX

# GCC miscompiles cryptopp.cc with -O2 on armhf
# http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=32309#32309
# https://bugs.launchpad.net/ubuntu/+source/mldonkey/+bug/1060007
case "$host" in
armv7l-*-linux-gnueabihf)
CXXFLAGS="-g -Os"
;;
esac

AC_CHECK_TOOL(NEWCXX, [$CXX], [no])
AC_MSG_CHECKING(eMule SUI)
if test x"$NEWCXX" = x"no"
then
AC_MSG_RESULT(no)
CXX=
DONKEY_SUI=no
else
AC_MSG_RESULT(yes)
AC_LANG_PUSH([C++])
AX_CHECK_COMPILE_FLAG(-fno-omit-frame-pointer,CRYPTOPPFLAGS="-fno-omit-frame-pointer",,,)
AX_CHECK_COMPILE_FLAG(-mno-omit-leaf-frame-pointer,CRYPTOPPFLAGS="$CRYPTOPPFLAGS -mno-omit-leaf-frame-pointer",,,)
AC_LANG_POP([C++])
CXX=$NEWCXX
CXX_VERSION=`$CXX -dumpversion`
DONKEY_SUI_FILE=DonkeySui1
AC_DEFINE(HAVE_CRYPTOPP, 1, cryptopp)
fi
case "$host" in
armv7l-*-linux-gnueabihf)
CXXFLAGS="-g -Os"
;;
esac

AC_CHECK_TOOL(NEWCXX, [$CXX], [no])
AC_MSG_CHECKING(eMule SUI)
if test x"$NEWCXX" = x"no"
then
AC_MSG_RESULT(no)
CXX=
DONKEY_SUI=no
else
AC_MSG_RESULT(yes)
AC_LANG_PUSH([C++])
AX_CHECK_COMPILE_FLAG(-fno-omit-frame-pointer,CRYPTOPPFLAGS="-fno-omit-frame-pointer",,,)
AX_CHECK_COMPILE_FLAG(-mno-omit-leaf-frame-pointer,CRYPTOPPFLAGS="$CRYPTOPPFLAGS -mno-omit-leaf-frame-pointer",,,)
AC_LANG_POP([C++])
CXX=$NEWCXX
CXX_VERSION=`$CXX -dumpversion`
DONKEY_SUI_FILE=DonkeySui1
AC_DEFINE(HAVE_CRYPTOPP, 1, cryptopp)
fi
fi
# AC_MSG_CHECKING(eDonkey server)
# if test -d ../src/networks/server; then
Expand Down Expand Up @@ -1449,7 +1449,7 @@ echo "Building dependencies (if it blocks, try '$GNU_MAKE depend' to see the pro
$GNU_MAKE depend 2> /dev/null > /dev/null || echo "Building dependencies fails: try: '$GNU_MAKE depend'"

echo ""
printf "Configuring MLDonkey %s completed." "$MLDONKEY_VERSION"
printf "Configuring MLDonkey %s completed.\n" "$MLDONKEY_VERSION"
if test ! -z "$SCM_VERSION"; then
echo " - SCM $SCM_VERSION"
fi
Expand Down

0 comments on commit 860d206

Please sign in to comment.