configure.ac
changeset 158 500f3cbff9e4
parent 91 e28fc773f3c0
child 175 4eb8900a865c
equal deleted inserted replaced
10:bb57c4d63583 11:2d812dec0d73
    25 AC_PROG_INSTALL
    25 AC_PROG_INSTALL
    26 AC_DISABLE_SHARED
    26 AC_DISABLE_SHARED
    27 AC_PROG_LIBTOOL
    27 AC_PROG_LIBTOOL
    28 
    28 
    29 AC_CHECK_PROG([doxygen_found],[doxygen],[yes],[no])
    29 AC_CHECK_PROG([doxygen_found],[doxygen],[yes],[no])
       
    30 AC_CHECK_PROG([gs_found],[gs],[yes],[no])
    30 
    31 
    31 if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    32 if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    32   CXXFLAGS="$CXXFLAGS -Wall -W -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
    33   CXXFLAGS="$CXXFLAGS -Wall -W -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
    33 fi
    34 fi
    34 
    35