mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
clean out some old cruft
This commit is contained in:
parent
6a9adafa8d
commit
bebfe1594d
2 changed files with 0 additions and 24 deletions
18
configure.ac
18
configure.ac
|
@ -40,14 +40,6 @@ AC_SUBST(ISODATE)
|
||||||
|
|
||||||
AC_LANG_C
|
AC_LANG_C
|
||||||
|
|
||||||
if test "x${CFLAGS-unset}" = xunset; then
|
|
||||||
CFLAGS=""
|
|
||||||
fi
|
|
||||||
if test "$x{AR-unset}" = xunset; then
|
|
||||||
AR="ar"
|
|
||||||
fi
|
|
||||||
export AR
|
|
||||||
|
|
||||||
endian=""
|
endian=""
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
mingw32*)
|
mingw32*)
|
||||||
|
@ -2274,16 +2266,6 @@ AC_OUTPUT(
|
||||||
RPM/quakeforge.spec,
|
RPM/quakeforge.spec,
|
||||||
|
|
||||||
chmod +x RPM/build_rpm
|
chmod +x RPM/build_rpm
|
||||||
if test -n "$AR" -a "$AR" != "ar"; then
|
|
||||||
sed -e 's/^AR="ar"$/AR="'$AR'"/' libtool > libtool.qf
|
|
||||||
if cmp -s libtool.qf libtool; then
|
|
||||||
echo libtool is unchanged
|
|
||||||
rm -f libtool.qf
|
|
||||||
else
|
|
||||||
rm -f libtool
|
|
||||||
mv libtool.qf libtool
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if test "x$CCVER" = "x"; then
|
if test "x$CCVER" = "x"; then
|
||||||
|
|
|
@ -284,12 +284,6 @@ FlushEntityPacket (void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
CL_ParsePacketEntities
|
|
||||||
|
|
||||||
An svc_packetentities has just been parsed, deal with the
|
|
||||||
rest of the data stream.
|
|
||||||
*/
|
|
||||||
void
|
void
|
||||||
CL_ParsePacketEntities (qboolean delta)
|
CL_ParsePacketEntities (qboolean delta)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue