Changed AUTOMAKE_OPTIONS, added COPYING.LIB to EXTRA_DIST.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | ## Foundation, Inc. | 17 | ## Foundation, Inc. |
18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | 19 | ||
20 | AUTOMAKE_OPTIONS = gnu 1.7.1 dist-bzip2 readme-alpha std-options | 20 | AUTOMAKE_OPTIONS = gnits 1.7.1 dist-bzip2 std-options |
21 | ACLOCAL_AMFLAGS = -I m4 | 21 | ACLOCAL_AMFLAGS = -I m4 |
22 | 22 | ||
23 | SUBDIRS = include m4 intl po lib testsuite mailbox libsieve examples doc \ | 23 | SUBDIRS = include m4 intl po lib testsuite mailbox libsieve examples doc \ |
... | @@ -25,7 +25,7 @@ SUBDIRS = include m4 intl po lib testsuite mailbox libsieve examples doc \ | ... | @@ -25,7 +25,7 @@ SUBDIRS = include m4 intl po lib testsuite mailbox libsieve examples doc \ |
25 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ | 25 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ |
26 | mail.local mail.remote dotlock mh | 26 | mail.local mail.remote dotlock mh |
27 | 27 | ||
28 | EXTRA_DIST = mailutils.spec mailutils.spec.in COPYING.FDL | 28 | EXTRA_DIST = mailutils.spec mailutils.spec.in COPYING.LIB |
29 | 29 | ||
30 | release: | 30 | release: |
31 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` | 31 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` | ... | ... |
-
Please register or sign in to post a comment