diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-09 16:14:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-09 16:14:28 +0000 |
commit | edbfa7fec8efb42e5e53ab2dd090945cdf1fe93d (patch) | |
tree | 763209caa7a786e8b8cd49c3b22a57cc89f8d850 /palm/jpilot/files/patch-configure.in | |
parent | Correct pkg-comment, GTK stands for "Gimp Toolkit", (diff) |
Upgrade to 0.99.
PR: ports/24933
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38132
Diffstat (limited to 'palm/jpilot/files/patch-configure.in')
-rw-r--r-- | palm/jpilot/files/patch-configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/palm/jpilot/files/patch-configure.in b/palm/jpilot/files/patch-configure.in new file mode 100644 index 000000000000..1606665c0a2b --- /dev/null +++ b/palm/jpilot/files/patch-configure.in @@ -0,0 +1,9 @@ +--- configure.in.orig Fri Feb 9 23:52:19 2001 ++++ configure.in Fri Feb 9 23:53:32 2001 +@@ -233,4 +233,6 @@ + AC_OUTPUT([Makefile intl/Makefile po/Makefile.in], + [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) + ++AC_OUTPUT_SUBDIRS(Expense) ++AC_OUTPUT_SUBDIRS(SyncTime) + dnl AC_OUTPUT(Makefile) |