Software Freedom Law Center

Changeset 67

Show
Ignore:
Timestamp:
04/27/08 20:56:26 (6 months ago)
Author:
bkuhn
Message:

r73@hughes: bkuhn | 2008-04-27 19:38:13 -0400

  • Fixed perl.m4 and configure.in which had references still to another project.
  • Added INSTALL file.
  • Added Makefile.am.
  • Added ChangeLog?.
  • Got ./autogen.sh working.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/pdfdiff/ac/perl.m4

    r64 r67  
    11# ************************************************************************** 
    2 #                        PERLJVM_AC_PROG_PERL - TEST FOR PERL 
     2#                        PDFDIFF_AC_PROG_PERL - TEST FOR PERL 
    33 
    4 # PERLJVM_AC_PROG_PERL is a function to test to see if we have a version 
     4# PDFDIFF_AC_PROG_PERL is a function to test to see if we have a version 
    55# of Perl we want and to find its path. 
    66 
    77# Usage: 
    8 # PERLJVM_AC_PROG_PERL([MINIMUM-VERSION, [ACTION-IF-USER-REFUSED, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]]) 
     8# PDFDIFF_AC_PROG_PERL([MINIMUM-VERSION, [ACTION-IF-USER-REFUSED, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]]) 
    99#  
    1010# Example: 
    11 # PERLJVM_AC_PROG_PERL(5.6.0, AC_MSG_ERROR([I cannot believe you do not want perl], , AC_MSG_ERROR([*** perl >= 5.6.0 is not installed - please install first ***])) 
     11# PDFDIFF_AC_PROG_PERL(5.6.0, AC_MSG_ERROR([I cannot believe you do not want perl], , AC_MSG_ERROR([*** perl >= 5.6.0 is not installed - please install first ***])) 
    1212# 
    1313# Defines PERL, and PERL_VERSION 
    1414 
    15 AC_DEFUN(PERLJVM_AC_PROG_PERL, 
     15AC_DEFUN(PDFDIFF_AC_PROG_PERL, 
    1616[# 
    1717# min_perl_version is the minimal version of perl.  It defaults to 5.5.3 
  • trunk/apps/pdfdiff/configure.in

    r63 r67  
    3535AC_SUBST(PERL_VERSION_NEEDED) 
    3636 
    37 PERLJVM_AC_PROG_PERL($PERL_VERSION_NEEDED, AC_MSG_ERROR([*** Did you really expect to use perljvm without perl? ***]), ,AC_MSG_ERROR([*** perl >= $PERL_VERSION_NEEDED is not installed - perljvm will not function without it. ***])) 
     37PDFDIFF_AC_PROG_PERL($PERL_VERSION_NEEDED, AC_MSG_ERROR([*** Did you really expect to use perljvm without perl? ***]), ,AC_MSG_ERROR([*** perl >= $PERL_VERSION_NEEDED is not installed - perljvm will not function without it. ***])) 
    3838 
    3939# Generate the Makefiles 
    4040AC_OUTPUT(Makefile ac/Makefile pdfdiff 
    41           Perl/lib/PDF/Diff/Version.pm Perl/Makefile 
     41          Perl/lib/PDF/Diff/Version.pm  
    4242) 

SFLC Main Page

[frdm] Support SFLC