Changeset 20300

Show
Ignore:
Timestamp:
06/09/07 09:44:05 (1 year ago)
Author:
patrick
Message:

Merged Doozer++ 2.1.11 from its vendor branch. This version adds support for
DragonFlyBSD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/Doozer++/ChangeLog

    r19708 r20300  
    11DATE       AUTHOR       CHANGE 
    22---------- ------------ ------------------------------------------------------- 
     32007-05-30 patrickh     Added support for DragonFly (a fork of FreeBSD 4). 
     4                        NEW VERSION: 2.1.11 
    352006-12-19 patrickh     Fixed a serious bug in DPP_ABI_SETUP. 
    46                        NEW VERSION: 2.1.10 
  • juggler/branches/2.2/Doozer++/Makefile.in

    r16866 r20300  
    11# ************** <auto-copyright.pl BEGIN do not edit this line> ************** 
    2 # Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2# Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33# 
    44# Original Author: 
     
    2222# ----------------------------------------------------------------- 
    2323# File:          Makefile.in,v 
    24 # Date modified: 2005/01/08 22:44:38 
    25 # Version:       1.8 
     24# Date modified: 2006/12/31 16:54:59 
     25# Version:       1.9 
    2626# ----------------------------------------------------------------- 
    2727# *************** <auto-copyright.pl END do not edit this line> *************** 
    2828 
    2929# 
    30 #       Makefile.in,v 1.8 2005/01/08 22:44:38 patrickh Exp 
     30#       Makefile.in,v 1.9 2006/12/31 16:54:59 patrickh Exp 
    3131# 
    3232 
  • juggler/branches/2.2/Doozer++/config/abi.m4

    r19708 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          abi.m4,v 
    31 dnl Date modified: 2006/12/19 14:36:16 
    32 dnl Version:       1.23 
     31dnl Date modified: 2006/12/31 16:54:59 
     32dnl Version:       1.24 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    8080dnl =========================================================================== 
    8181 
    82 dnl abi.m4,v 1.23 2006/12/19 14:36:16 patrickh Exp 
     82dnl abi.m4,v 1.24 2006/12/31 16:54:59 patrickh Exp 
    8383 
    8484dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/basic_progs.m4

    r18848 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          basic_progs.m4,v 
    31 dnl Date modified: 2006/05/17 18:42:30 
    32 dnl Version:       1.20 
     31dnl Date modified: 2006/12/31 16:54:59 
     32dnl Version:       1.21 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5050dnl =========================================================================== 
    5151 
    52 dnl basic_progs.m4,v 1.20 2006/05/17 18:42:30 patrickh Exp 
     52dnl basic_progs.m4,v 1.21 2006/12/31 16:54:59 patrickh Exp 
    5353 
    5454dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/compiler.m4

    r19302 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          compiler.m4,v 
    24 dnl Date modified: 2006/07/10 11:40:05 
    25 dnl Version:       1.46 
     24dnl Date modified: 2007/05/30 22:37:11 
     25dnl Version:       1.48 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    133133dnl =========================================================================== 
    134134 
    135 dnl compiler.m4,v 1.46 2006/07/10 11:40:05 patrickh Exp 
     135dnl compiler.m4,v 1.48 2007/05/30 22:37:11 patrickh Exp 
    136136 
    137137dnl --------------------------------------------------------------------------- 
     
    328328         DYNAMICLIB_EXT='so' 
    329329         ;; 
     330      dnl A machine running DragonFly. 
     331      dragonfly*) 
     332         if test "x$ICC" = "xyes" ; then 
     333            DPP_SETUP_ICC($dpp_opt_level) 
     334         else 
     335            DPP_SETUP_GCC($dpp_opt_level) 
     336         fi 
     337         DYNAMICLIB_EXT='so' 
     338         ;; 
    330339      dnl HP PA-RISC machine running HP-UX 10.20. 
    331340      hpux10.20) 
  • juggler/branches/2.2/Doozer++/config/cplusplus.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          cplusplus.m4,v 
    24 dnl Date modified: 2005/01/08 22:44:3
    25 dnl Version:       1.22 
     24dnl Date modified: 2006/12/31 16:54:5
     25dnl Version:       1.23 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5353dnl =========================================================================== 
    5454 
    55 dnl cplusplus.m4,v 1.22 2005/01/08 22:44:39 patrickh Exp 
     55dnl cplusplus.m4,v 1.23 2006/12/31 16:54:59 patrickh Exp 
    5656 
    5757dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/dynload.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          dynload.m4,v 
    24 dnl Date modified: 2005/01/08 22:44:3
    25 dnl Version:       1.5 
     24dnl Date modified: 2006/12/31 16:54:5
     25dnl Version:       1.6 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4141dnl =========================================================================== 
    4242 
    43 dnl dynload.m4,v 1.5 2005/01/08 22:44:39 patrickh Exp 
     43dnl dynload.m4,v 1.6 2006/12/31 16:54:59 patrickh Exp 
    4444 
    4545dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/gcc.m4

    r17068 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          gcc.m4,v 
    31 dnl Date modified: 2005/03/20 17:17:12 
    32 dnl Version:       1.20 
     31dnl Date modified: 2006/12/31 16:54:59 
     32dnl Version:       1.21 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5757dnl =========================================================================== 
    5858 
    59 dnl gcc.m4,v 1.20 2005/03/20 17:17:12 patrickh Exp 
     59dnl gcc.m4,v 1.21 2006/12/31 16:54:59 patrickh Exp 
    6060 
    6161dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/general.m4

    r19708 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          general.m4,v 
    24 dnl Date modified: 2006/12/19 14:37:03 
    25 dnl Version:       1.93 
     24dnl Date modified: 2007/05/30 22:37:11 
     25dnl Version:       1.95 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4747dnl =========================================================================== 
    4848 
    49 dnl general.m4,v 1.93 2006/12/19 14:37:03 patrickh Exp 
     49dnl general.m4,v 1.95 2007/05/30 22:37:11 patrickh Exp 
    5050 
    5151dnl Set the version of Doozer++. 
    52 define(DPP_DPPVERSION, 2.1.10
     52define(DPP_DPPVERSION, 2.1.11
    5353 
    5454dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/icc.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          icc.m4,v 
    31 dnl Date modified: 2005/01/08 22:44:3
    32 dnl Version:       1.5 
     31dnl Date modified: 2006/12/31 16:54:5
     32dnl Version:       1.6 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    6060dnl =========================================================================== 
    6161 
    62 dnl icc.m4,v 1.5 2005/01/08 22:44:39 patrickh Exp 
     62dnl icc.m4,v 1.6 2006/12/31 16:54:59 patrickh Exp 
    6363 
    6464dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/install.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          install.m4,v 
    31 dnl Date modified: 2005/01/08 22:44:3
    32 dnl Version:       1.13 
     31dnl Date modified: 2006/12/31 16:54:5
     32dnl Version:       1.14 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5757dnl =========================================================================== 
    5858 
    59 dnl install.m4,v 1.13 2005/01/08 22:44:39 patrickh Exp 
     59dnl install.m4,v 1.14 2006/12/31 16:54:59 patrickh Exp 
    6060 
    6161dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/java.m4

    r18968 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          java.m4,v 
    24 dnl Date modified: 2006/06/26 02:01:3
    25 dnl Version:       1.57 
     24dnl Date modified: 2006/12/31 16:54:5
     25dnl Version:       1.58 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5959dnl =========================================================================== 
    6060 
    61 dnl java.m4,v 1.57 2006/06/26 02:01:39 patrickh Exp 
     61dnl java.m4,v 1.58 2006/12/31 16:54:59 patrickh Exp 
    6262 
    6363dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/lang.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          lang.m4,v 
    24 dnl Date modified: 2005/01/08 22:44:3
    25 dnl Version:       1.8 
     24dnl Date modified: 2006/12/31 16:54:5
     25dnl Version:       1.9 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    3939dnl =========================================================================== 
    4040 
    41 dnl lang.m4,v 1.8 2005/01/08 22:44:39 patrickh Exp 
     41dnl lang.m4,v 1.9 2006/12/31 16:54:59 patrickh Exp 
    4242 
    4343dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/linker.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          linker.m4,v 
    24 dnl Date modified: 2005/01/08 22:44:3
    25 dnl Version:       1.10 
     24dnl Date modified: 2006/12/31 16:54:5
     25dnl Version:       1.11 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4444dnl =========================================================================== 
    4545 
    46 dnl linker.m4,v 1.10 2005/01/08 22:44:39 patrickh Exp 
     46dnl linker.m4,v 1.11 2006/12/31 16:54:59 patrickh Exp 
    4747 
    4848dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/perl.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          perl.m4,v 
    31 dnl Date modified: 2005/01/08 22:44:3
    32 dnl Version:       1.12 
     31dnl Date modified: 2006/12/31 16:54:5
     32dnl Version:       1.13 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4848dnl =========================================================================== 
    4949 
    50 dnl perl.m4,v 1.12 2005/01/08 22:44:39 patrickh Exp 
     50dnl perl.m4,v 1.13 2006/12/31 16:54:59 patrickh Exp 
    5151 
    5252AC_DEFUN([DPP_EXTRACT_PERL_VER], 
  • juggler/branches/2.2/Doozer++/config/pkgs/ace.m4

    r17068 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          ace.m4,v 
    24 dnl Date modified: 2005/03/20 17:17:12 
    25 dnl Version:       1.17 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.18 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5252dnl =========================================================================== 
    5353 
    54 dnl     ace.m4,v 1.17 2005/03/20 17:17:12 patrickh Exp 
     54dnl     ace.m4,v 1.18 2006/12/31 16:55:00 patrickh Exp 
    5555 
    5656dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/alut.m4

    r19448 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          alut.m4,v 
    24 dnl Date modified: 2006/11/09 22:12:22 
    25 dnl Version:       1.2 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.3 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4848dnl =========================================================================== 
    4949 
    50 dnl alut.m4,v 1.2 2006/11/09 22:12:22 patrickh Exp 
     50dnl alut.m4,v 1.3 2006/12/31 16:55:00 patrickh Exp 
    5151 
    5252dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/audiere.m4

    r19448 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          audiere.m4,v 
    24 dnl Date modified: 2006/11/09 22:12:22 
    25 dnl Version:       1.7 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.8 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4949dnl =========================================================================== 
    5050 
    51 dnl audiere.m4,v 1.7 2006/11/09 22:12:22 patrickh Exp 
     51dnl audiere.m4,v 1.8 2006/12/31 16:55:00 patrickh Exp 
    5252 
    5353dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/audioworks.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          audioworks.m4,v 
    24 dnl Date modified: 2005/01/08 22:44:41 
    25 dnl Version:       1.16 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.17 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5050dnl =========================================================================== 
    5151 
    52 dnl audioworks.m4,v 1.16 2005/01/08 22:44:41 patrickh Exp 
     52dnl audioworks.m4,v 1.17 2006/12/31 16:55:00 patrickh Exp 
    5353 
    5454dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/boost.m4

    r19448 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          boost.m4,v 
    24 dnl Date modified: 2006/11/09 21:58:31 
    25 dnl Version:       1.28 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.29 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5050dnl =========================================================================== 
    5151 
    52 dnl boost.m4,v 1.28 2006/11/09 21:58:31 patrickh Exp 
     52dnl boost.m4,v 1.29 2006/12/31 16:55:00 patrickh Exp 
    5353 
    5454dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/cppunit.m4

    r17068 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          cppunit.m4,v 
    24 dnl Date modified: 2005/03/20 17:18:18 
    25 dnl Version:       1.19 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.20 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5151dnl =========================================================================== 
    5252 
    53 dnl cppunit.m4,v 1.19 2005/03/20 17:18:18 patrickh Exp 
     53dnl cppunit.m4,v 1.20 2006/12/31 16:55:00 patrickh Exp 
    5454 
    5555dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/glut.m4

    r19448 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          glut.m4,v 
    24 dnl Date modified: 2006/11/09 22:12:22 
    25 dnl Version:       1.15 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.16 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4646dnl =========================================================================== 
    4747 
    48 dnl glut.m4,v 1.15 2006/11/09 22:12:22 patrickh Exp 
     48dnl glut.m4,v 1.16 2006/12/31 16:55:00 patrickh Exp 
    4949 
    5050dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/nspr.m4

    r19564 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          nspr.m4,v 
    24 dnl Date modified: 2006/11/20 19:56:21 
    25 dnl Version:       1.43 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.44 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    8686dnl =========================================================================== 
    8787 
    88 dnl nspr.m4,v 1.43 2006/11/20 19:56:21 patrickh Exp 
     88dnl nspr.m4,v 1.44 2006/12/31 16:55:00 patrickh Exp 
    8989 
    9090dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/openal.m4

    r19448 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          openal.m4,v 
    24 dnl Date modified: 2006/11/09 22:12:22 
    25 dnl Version:       1.24 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.25 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4747dnl =========================================================================== 
    4848 
    49 dnl openal.m4,v 1.24 2006/11/09 22:12:22 patrickh Exp 
     49dnl openal.m4,v 1.25 2006/12/31 16:55:00 patrickh Exp 
    5050 
    5151dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/opengl.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          opengl.m4,v 
    31 dnl Date modified: 2005/01/08 22:44:41 
    32 dnl Version:       1.33 
     31dnl Date modified: 2006/12/31 16:55:00 
     32dnl Version:       1.34 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    5959dnl =========================================================================== 
    6060 
    61 dnl opengl.m4,v 1.33 2005/01/08 22:44:41 patrickh Exp 
     61dnl opengl.m4,v 1.34 2006/12/31 16:55:00 patrickh Exp 
    6262 
    6363dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/performer.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2929dnl ----------------------------------------------------------------- 
    3030dnl File:          performer.m4,v 
    31 dnl Date modified: 2005/01/08 22:44:41 
    32 dnl Version:       1.21 
     31dnl Date modified: 2006/12/31 16:55:00 
     32dnl Version:       1.22 
    3333dnl ----------------------------------------------------------------- 
    3434dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    7171dnl =========================================================================== 
    7272 
    73 dnl performer.m4,v 1.21 2005/01/08 22:44:41 patrickh Exp 
     73dnl performer.m4,v 1.22 2006/12/31 16:55:00 patrickh Exp 
    7474 
    7575dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/portaudio.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          portaudio.m4,v 
    24 dnl Date modified: 2005/01/08 22:44:41 
    25 dnl Version:       1.14 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.15 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4949dnl =========================================================================== 
    5050 
    51 dnl portaudio.m4,v 1.14 2005/01/08 22:44:41 patrickh Exp 
     51dnl portaudio.m4,v 1.15 2006/12/31 16:55:00 patrickh Exp 
    5252 
    5353dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/pkgs/subsynth.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2 dnl Doozer++ is (C) Copyright 2000-2005 by Iowa State University 
     2dnl Doozer++ is (C) Copyright 2000-2007 by Iowa State University 
    33dnl 
    44dnl Original Author: 
     
    2222dnl ----------------------------------------------------------------- 
    2323dnl File:          subsynth.m4,v 
    24 dnl Date modified: 2005/01/08 22:44:41 
    25 dnl Version:       1.14 
     24dnl Date modified: 2006/12/31 16:55:00 
     25dnl Version:       1.15 
    2626dnl ----------------------------------------------------------------- 
    2727dnl ************** <auto-copyright.pl END do not edit this line> ************** 
     
    4949dnl =========================================================================== 
    5050 
    51 dnl subsynth.m4,v 1.14 2005/01/08 22:44:41 patrickh Exp 
     51dnl subsynth.m4,v 1.15 2006/12/31 16:55:00 patrickh Exp 
    5252 
    5353dnl --------------------------------------------------------------------------- 
  • juggler/branches/2.2/Doozer++/config/posix.m4

    r16866 r20300  
    11dnl ************* <auto-copyright.pl BEGIN do not edit this line> ************* 
    2