|
Revision 88, 287 bytes
(checked in by bkuhn, 8 months ago)
|
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.
|
| Line | |
|---|
| 1 |
## Process this with automake to create Makefile.in |
|---|
| 2 |
|
|---|
| 3 |
AUTOMAKE_OPTIONS = gnits |
|---|
| 4 |
|
|---|
| 5 |
EXTRA_DIST = LICENSE GPLv3 |
|---|
| 6 |
|
|---|
| 7 |
ACLOCAL = @ACLOCAL@ -I $(top_srcdir)/ac |
|---|
| 8 |
|
|---|
| 9 |
SUBDIRS = ac Perl |
|---|
| 10 |
|
|---|
| 11 |
bin_SCRIPTS = pdfdiff |
|---|
| 12 |
|
|---|
| 13 |
# perljvm is built by the configure script |
|---|
| 14 |
|
|---|
| 15 |
MOSTLYCLEANFILES = pdfdiff |
|---|
| 16 |
DISTCLEANFILES = pdfdiff |
|---|
| 17 |
|
|---|