/[svn]/linuxsampler/trunk/configure.in
ViewVC logotype

Diff of /linuxsampler/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1163 by iliev, Mon Apr 16 21:56:18 2007 UTC revision 1175 by schoenebeck, Sun May 6 16:38:35 2007 UTC
# Line 862  if test "$config_signed_triang_algo" = " Line 862  if test "$config_signed_triang_algo" = "
862          echo "Call './configure --help' for further information or read configure.in."          echo "Call './configure --help' for further information or read configure.in."
863          exit -1;          exit -1;
864      fi      fi
865    else
866        case "$config_signed_triang_algo" in
867            intmath)
868                triang_signed=2 ;;
869            diharmonic)
870                triang_signed=3 ;;
871            intmathabs)
872                triang_signed=5 ;;
873        esac
874  fi  fi
875  AC_DEFINE_UNQUOTED(CONFIG_SIGNED_TRIANG_ALGO, ${triang_signed}, [Define signed triangular wave algorithm to be used.])  AC_DEFINE_UNQUOTED(CONFIG_SIGNED_TRIANG_ALGO, ${triang_signed}, [Define signed triangular wave algorithm to be used.])
876    
# Line 893  if test "$config_unsigned_triang_algo" = Line 902  if test "$config_unsigned_triang_algo" =
902          echo "Call './configure --help' for further information or read configure.in."          echo "Call './configure --help' for further information or read configure.in."
903          exit -1;          exit -1;
904      fi      fi
905    else
906        case "$config_unsigned_triang_algo" in
907            intmath)
908                triang_unsigned=2 ;;
909            diharmonic)
910                triang_unsigned=3 ;;
911            intmathabs)
912                triang_unsigned=5 ;;
913        esac
914  fi  fi
915  AC_DEFINE_UNQUOTED(CONFIG_UNSIGNED_TRIANG_ALGO, ${triang_unsigned}, [Define unsigned triangular wave algorithm to be used.])  AC_DEFINE_UNQUOTED(CONFIG_UNSIGNED_TRIANG_ALGO, ${triang_unsigned}, [Define unsigned triangular wave algorithm to be used.])
916    
# Line 941  AC_OUTPUT( \ Line 959  AC_OUTPUT( \
959      Artwork/Makefile \      Artwork/Makefile \
960      scripts/Makefile \      scripts/Makefile \
961      osx/Makefile \      osx/Makefile \
962      osx/LinuxSampler.xcode/Makefile \      osx/linuxsampler.xcodeproj/Makefile \
963      Documentation/Makefile \      Documentation/Makefile \
964      Documentation/Engines/Makefile \      Documentation/Engines/Makefile \
965      Documentation/Engines/gig/Makefile \      Documentation/Engines/gig/Makefile \

Legend:
Removed from v.1163  
changed lines
  Added in v.1175

  ViewVC Help
Powered by ViewVC