Changeset 69 for trunk

Show
Ignore:
Timestamp:
12/14/11 20:53:41 (5 months ago)
Author:
mirko
Message:

Andreas Moog patches

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r63 r69  
     12011-12-14  Mirko Maischberger  <mirko.maischberger@gmail.com> 
     2        * src/pdfcube.cc, man/pdfcube.1, m4/ax_booost_program_options.m4: 
     3        Andreas Moog patches. 
     4 
    152011-11-19  Mirko Maischberger  <mirko.maischberger@gmail.com> 
    26        * src/pdfcube.cc: Switching to poppler cairo rendering. 
     
    46502006-12-16  Mirko Maischberger  <mirko.maischberger@gmail.com> 
    4751        * Release 0.0.1 
    48          
     52 
    49532006-12-09  Mirko Maischberger  <mirko.maischberger@gmail.com> 
    5054        * Initial import 
  • trunk/m4/ax_boost_program_options.m4

    r26 r69  
    6565                                           ax_cv_boost_program_options, 
    6666                                           [AC_LANG_PUSH(C++) 
    67                                 AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[@%:@include <boost/program_options.hpp> 
     67                                AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <boost/program_options.hpp> 
    6868                                                          ]], 
    6969                                  [[boost::program_options::options_description generic("Generic options"); 
    70                                    return 0;]]), 
     70                                   return 0;]])], 
    7171                           ax_cv_boost_program_options=yes, ax_cv_boost_program_options=no) 
    7272                                        AC_LANG_POP([C++]) 
  • trunk/man/pdfcube.1

    r63 r69  
    4444.PP 
    4545.SS Notes 
    46 The "-i" option can be omitted, the first non-option string is treated 
     46The "\-i" option can be omitted, the first non\-option string is treated 
    4747as the input file.  
    4848.SH "INTERACTIVE CONTROL" 
     
    9292a projected screen. 
    9393.PP 
    94 On some systems color values are locale dependant (e.g. you may have 
     94On some systems color values are locale dependent (e.g. you may have 
    9595to write 0,6 instead of 0.6) 
    9696.PP 
  • trunk/src/pdfcube.cc

    r68 r69  
    77//               Karol Sokolowski   <sokoow@gmail.com> 
    88// 
    9 // This program is free software; you can redistribute it and/or modify 
    10 // it under the terms of the GNU General Public License as published by 
    11 // the Free Software Foundation; either version 2 of the License, or 
    12 // (at your option) any later version. 
     9// This program is free software; you can redistribute it and/or 
     10// modify it under the terms of the GNU General Public License as 
     11// published by the Free Software Foundation; either version 2 of the 
     12// License, or (at your option) any later version. 
    1313// 
    14 // This program is distributed in the hope that it will be useful, 
    15 // but WITHOUT ANY WAPRANTY; without even the implied warranty of 
    16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 // GNU General Public License for more details. 
     14// This program is distributed in the hope that it will be useful, but 
     15// WITHOUT ANY WAPRANTY; without even the implied warranty of 
     16// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     17// General Public License for more details. 
    1818// 
    1919// You should have received a copy of the GNU General Public License 
    2020// along with this program; if not, write to the Free Software 
    21 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     21// Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 
     22// 02110-1301, USA 
    2223// 
    2324// Notes: please indent using 2 spaces.