Apply some of debian patches.
This commit is contained in:
parent
d233b4943f
commit
bbf77c63c9
12
configure.ac
12
configure.ac
@ -13,13 +13,13 @@ AC_PROG_LN_S
|
|||||||
LT_INIT
|
LT_INIT
|
||||||
AC_SYS_EXTRA_LARGEFILE
|
AC_SYS_EXTRA_LARGEFILE
|
||||||
if test "x$ac_cv_sys_largefile_CFLAGS" = "xno" ; then
|
if test "x$ac_cv_sys_largefile_CFLAGS" = "xno" ; then
|
||||||
ac_cv_sys_largefile_CFLAGS=""
|
ac_cv_sys_largefile_CFLAGS=""
|
||||||
fi
|
fi
|
||||||
if test "x$ac_cv_sys_largefile_LDFLAGS" = "xno" ; then
|
if test "x$ac_cv_sys_largefile_LDFLAGS" = "xno" ; then
|
||||||
ac_cv_sys_largefile_LDFLAGS=""
|
ac_cv_sys_largefile_LDFLAGS=""
|
||||||
fi
|
fi
|
||||||
if test "x$ac_cv_sys_largefile_LIBS" = "xno" ; then
|
if test "x$ac_cv_sys_largefile_LIBS" = "xno" ; then
|
||||||
ac_cv_sys_largefile_LIBS=""
|
ac_cv_sys_largefile_LIBS=""
|
||||||
fi
|
fi
|
||||||
CFLAGS="$ac_cv_sys_largefile_CFLAGS $CFLAGS"
|
CFLAGS="$ac_cv_sys_largefile_CFLAGS $CFLAGS"
|
||||||
LDFLAGS="$ac_cv_sys_largefile_LDFLAGS $LDFLAGS"
|
LDFLAGS="$ac_cv_sys_largefile_LDFLAGS $LDFLAGS"
|
||||||
@ -29,9 +29,9 @@ dnl Checks for headers
|
|||||||
AC_CHECK_HEADERS([getopt.h math.h])
|
AC_CHECK_HEADERS([getopt.h math.h])
|
||||||
|
|
||||||
dnl Checks for libraries.
|
dnl Checks for libraries.
|
||||||
LT_LIB_M
|
LT_LIB_M
|
||||||
LDFLAGS="$LIBM $LDFLAGS"
|
LDFLAGS="$LIBS $LIBM $LDFLAGS"
|
||||||
#CFLAGS="-Wall -g"
|
CFLAGS="-Wall $CFLAGS"
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
CXXFLAGS="-Wall -Wno-unused-function -DNDEBUG -O3 -fomit-frame-pointer $CXXFLAGS"
|
CXXFLAGS="-Wall -Wno-unused-function -DNDEBUG -O3 -fomit-frame-pointer $CXXFLAGS"
|
||||||
|
@ -166,7 +166,7 @@ cmph_t *brz_new(cmph_config_t *mph, double c)
|
|||||||
// Clustering the keys by graph id.
|
// Clustering the keys by graph id.
|
||||||
if (mph->verbosity)
|
if (mph->verbosity)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Partioning the set of keys.\n");
|
fprintf(stderr, "Partitioning the set of keys.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user