1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +01:00

configure: remove a few commented-out stuff that are deprecated

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2015-01-02 10:34:27 +01:00
committed by Carlos R. Mafra
parent 99b1e26412
commit 200b0d4098

View File

@@ -68,10 +68,6 @@ WUTIL_VERSION=$WUTIL_CURRENT:$WUTIL_REVISION:$WUTIL_AGE
AC_SUBST(WUTIL_VERSION) AC_SUBST(WUTIL_VERSION)
dnl Checks for host/os name
dnl =======================
dnl AC_CANONICAL_HOST -- already done by AC_PROG_LIBTOOL
dnl Checks for programs. dnl Checks for programs.
dnl =================== dnl ===================
AC_PROG_CC AC_PROG_CC
@@ -304,7 +300,6 @@ dnl
dnl ============================ dnl ============================
dnl Checks for library functions dnl Checks for library functions
dnl ============================ dnl ============================
dnl not used anywhere
AC_FUNC_MEMCMP AC_FUNC_MEMCMP
AC_FUNC_VPRINTF AC_FUNC_VPRINTF
WM_FUNC_SECURE_GETENV WM_FUNC_SECURE_GETENV
@@ -386,7 +381,6 @@ WM_TYPE_SIGNAL
dnl pkg-config dnl pkg-config
dnl ========== dnl ==========
dnl AC_ARG_VAR(PKGCONFIG, [pkg-config command])
AC_CHECK_PROG(PKGCONFIG, pkg-config, pkg-config) AC_CHECK_PROG(PKGCONFIG, pkg-config, pkg-config)
dnl gettext dnl gettext
@@ -841,7 +835,6 @@ dnl
dnl stdlib.h is checked here, because of conflict in jpeglib.h dnl stdlib.h is checked here, because of conflict in jpeglib.h
AC_CHECK_HEADERS(stdlib.h) AC_CHECK_HEADERS(stdlib.h)
# AC_PREFIX_PROGRAM(wmaker)
dnl Support for PIXMAPDIR option dnl Support for PIXMAPDIR option
dnl ============================ dnl ============================
@@ -901,16 +894,6 @@ dnl ======================================
WM_CFLAGS_GCC_OPTION_POSTPONED WM_CFLAGS_GCC_OPTION_POSTPONED
dnl Output some helpful data for compiling wraster and WINGs/WUtil apps
dnl ===================================================================
dnl echo "WFLAGS=\"$LIBPL_INC_PATH -I$prefix/include\"" > WINGs-flags
dnl echo "WLIBS=\"-L$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm\""\
dnl | sed -e 's|\$(prefix)|'"$prefix|" >> WINGs-flags
dnl The #lp# and #rp# stuff below is a hack because [ and ] get lost when
dnl parsed by m4
AC_SUBST(lib_search_path) AC_SUBST(lib_search_path)
AC_SUBST(inc_search_path) AC_SUBST(inc_search_path)
@@ -987,8 +970,6 @@ echo
AS_IF([test "x$wm_cv_prog_cc_nestedfunc" != "xyes"], AS_IF([test "x$wm_cv_prog_cc_nestedfunc" != "xyes"],
[AC_MSG_WARN([[Your compiler does not support Nested Function, work-around enabled]])]) [AC_MSG_WARN([[Your compiler does not support Nested Function, work-around enabled]])])
dnl WM_PRINT_REDCRAP_BUG_STATUS
AS_IF([test "x$enable_jpeg" = xno], [dnl AS_IF([test "x$enable_jpeg" = xno], [dnl
AS_ECHO(["WARNING WARNING WARNING WARNING WARNING WARNING WARNING"]) AS_ECHO(["WARNING WARNING WARNING WARNING WARNING WARNING WARNING"])
AS_ECHO([]) AS_ECHO([])