/[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 1161 by iliev, Mon Apr 16 15:51:18 2007 UTC revision 1187 by iliev, Wed May 16 14:22:26 2007 UTC
# Line 861  if test "$config_signed_triang_algo" = " Line 861  if test "$config_signed_triang_algo" = "
861          echo "Call './configure --help' for further information or read configure.in."          echo "Call './configure --help' for further information or read configure.in."
862          exit -1;          exit -1;
863      fi      fi
864    else
865        case "$config_signed_triang_algo" in
866            intmath)
867                triang_signed=2 ;;
868            diharmonic)
869                triang_signed=3 ;;
870            intmathabs)
871                triang_signed=5 ;;
872        esac
873  fi  fi
874  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.])
875    
# Line 892  if test "$config_unsigned_triang_algo" = Line 901  if test "$config_unsigned_triang_algo" =
901          echo "Call './configure --help' for further information or read configure.in."          echo "Call './configure --help' for further information or read configure.in."
902          exit -1;          exit -1;
903      fi      fi
904    else
905        case "$config_unsigned_triang_algo" in
906            intmath)
907                triang_unsigned=2 ;;
908            diharmonic)
909                triang_unsigned=3 ;;
910            intmathabs)
911                triang_unsigned=5 ;;
912        esac
913  fi  fi
914  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.])
915    
# Line 940  AC_OUTPUT( \ Line 958  AC_OUTPUT( \
958      Artwork/Makefile \      Artwork/Makefile \
959      scripts/Makefile \      scripts/Makefile \
960      osx/Makefile \      osx/Makefile \
961      osx/LinuxSampler.xcode/Makefile \      osx/linuxsampler.xcodeproj/Makefile \
962      Documentation/Makefile \      Documentation/Makefile \
963      Documentation/Engines/Makefile \      Documentation/Engines/Makefile \
964      Documentation/Engines/gig/Makefile \      Documentation/Engines/gig/Makefile \

Legend:
Removed from v.1161  
changed lines
  Added in v.1187

  ViewVC Help
Powered by ViewVC