Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258359 | Differences between
and this patch

Collapse All | Expand All

(-)old/configure.in (+4 lines)
Lines 31-36 Link Here
31
AC_C_INLINE
31
AC_C_INLINE
32
AC_PROG_INSTALL
32
AC_PROG_INSTALL
33
AC_PATH_PROG(RM,rm)
33
AC_PATH_PROG(RM,rm)
34
AC_PATH_PROGS(PREFERRED_SHELL,ksh bash sh,no)
35
if test "x$PREFERRED_SHELL" = xno ; then
36
	AC_MSG_ERROR(could not find an appropriate shell)
37
fi
34
38
35
test "${USRCFLAGS}" = "" -a "${GCC}" = "yes" && CFLAGS="-g -O2 -Wall"
39
test "${USRCFLAGS}" = "" -a "${GCC}" = "yes" && CFLAGS="-g -O2 -Wall"
36
test "${USRCFLAGS}" = "" -a "${GCC}" != "yes" && CFLAGS="-g -O"
40
test "${USRCFLAGS}" = "" -a "${GCC}" != "yes" && CFLAGS="-g -O"
(-)old/Makefile.in (-1 / +1 lines)
Lines 4-10 Link Here
4
LDFLAGS		= @LDFLAGS@
4
LDFLAGS		= @LDFLAGS@
5
LIBS		= @LIBS@
5
LIBS		= @LIBS@
6
EXE		= @EXEEXT@
6
EXE		= @EXEEXT@
7
SHELL		= /bin/ksh
7
SHELL		= @PREFERRED_SHELL@
8
8
9
prefix		= @prefix@
9
prefix		= @prefix@
10
exec_prefix     = @exec_prefix@
10
exec_prefix     = @exec_prefix@

Return to bug 258359