[Plib-cvs] plib/demos/p-guide configure.in,1.4,1.5
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-01 06:17:58
|
Update of /cvsroot/plib/plib/demos/p-guide In directory usw-pr-cvs1:/tmp/cvs-serv676 Modified Files: configure.in Log Message: Adopted a bunch of changes from the top-level configure.in Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure.in 1 Sep 2002 01:08:00 -0000 1.4 +++ configure.in 1 Sep 2002 06:17:56 -0000 1.5 @@ -10,14 +10,17 @@ AC_PROG_CXXCPP AC_PROG_INSTALL -plib_suffix="-lplibjs -lplibpu -lplibfnt -lplibsg -lplibul" +plib_suffix="-lplibpu -lplibfnt -lplibsg -lplibul" AC_LANG_CPLUSPLUS + dnl Command line arguments. [...186 lines suppressed...] + WFLAG="-fullwarn"; + fi + ;; +*) + if test "x$CXX" = "xicpc" || test "x$CXX" = "xicc"; then + WFLAG="-w1" + fi + ;; +esac + +CFLAGS="$CFLAGS $WFLAG" +CXXFLAGS="$CXXFLAGS $WFLAG" -if test "x$ac_cv_lib_audio_ALopenport" = "xyes" ; then - dnl this is an SGI machine... - LIBS="$LIBS -laudio" -fi AC_OUTPUT( Makefile \ src/Makefile \ |