Rename mailbox/ to libmailutils/.
This change has been waiting since 2005-08-16 (aaab8814), when libmailbox had been renamed to libmailutils. Back then MU was still under CVS, which didn't like renames.
Showing
143 changed files
with
9 additions
and
9 deletions
... | @@ -19,7 +19,7 @@ dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ... | @@ -19,7 +19,7 @@ dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 | ||
20 | AC_PREREQ(2.63) | 20 | AC_PREREQ(2.63) |
21 | AC_INIT([GNU Mailutils], [2.2.90], [bug-mailutils@gnu.org], [mailutils]) | 21 | AC_INIT([GNU Mailutils], [2.2.90], [bug-mailutils@gnu.org], [mailutils]) |
22 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) | 22 | AC_CONFIG_SRCDIR([libmailutils/mailbox.c]) |
23 | AC_CONFIG_AUX_DIR([build-aux]) | 23 | AC_CONFIG_AUX_DIR([build-aux]) |
24 | AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-lzma dist-xz std-options silent-rules]) | 24 | AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-lzma dist-xz std-options silent-rules]) |
25 | AC_CONFIG_HEADERS([config.h]) | 25 | AC_CONFIG_HEADERS([config.h]) |
... | @@ -38,7 +38,7 @@ AC_SUBST(VI_AGE, 1) | ... | @@ -38,7 +38,7 @@ AC_SUBST(VI_AGE, 1) |
38 | 38 | ||
39 | dnl Library paths | 39 | dnl Library paths |
40 | AC_SUBST(MU_LIB_AUTH,'${top_builddir}/libmu_auth/libmu_auth.la') | 40 | AC_SUBST(MU_LIB_AUTH,'${top_builddir}/libmu_auth/libmu_auth.la') |
41 | AC_SUBST(MU_LIB_MAILUTILS,'${top_builddir}/mailbox/libmailutils.la') | 41 | AC_SUBST(MU_LIB_MAILUTILS,'${top_builddir}/libmailutils/libmailutils.la') |
42 | AC_SUBST(MU_LIB_SQL,'${top_builddir}/sql/libsql.la') | 42 | AC_SUBST(MU_LIB_SQL,'${top_builddir}/sql/libsql.la') |
43 | AC_SUBST(MU_LIB_IMAP) | 43 | AC_SUBST(MU_LIB_IMAP) |
44 | AC_SUBST(MU_LIB_MAILDIR) | 44 | AC_SUBST(MU_LIB_MAILDIR) |
... | @@ -69,9 +69,9 @@ AC_SUBST(MU_APP_LIBRARIES,'../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la | ... | @@ -69,9 +69,9 @@ AC_SUBST(MU_APP_LIBRARIES,'../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la |
69 | # header files. There are two exceptions, though. See NOTE before the | 69 | # header files. There are two exceptions, though. See NOTE before the |
70 | # AC_CONFIG_LINKS statements, below. | 70 | # AC_CONFIG_LINKS statements, below. |
71 | 71 | ||
72 | AC_SUBST(MU_LIB_COMMON_INCLUDES,'-I${top_builddir} -I${top_srcdir}/include -I${top_builddir}/include -I${top_srcdir}/mailbox') | 72 | AC_SUBST(MU_LIB_COMMON_INCLUDES,'-I${top_builddir} -I${top_srcdir}/include -I${top_builddir}/include') |
73 | 73 | ||
74 | AC_SUBST(MU_APP_COMMON_INCLUDES,'-I${srcdir} -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/lib -I${top_builddir} -I${top_builddir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/libmu_argp -I${top_srcdir}/libmu_cfg') | 74 | AC_SUBST(MU_APP_COMMON_INCLUDES,'-I${srcdir} -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/lib -I${top_builddir} -I${top_builddir}/include -I${top_srcdir}/libmu_argp -I${top_srcdir}/libmu_cfg') |
75 | 75 | ||
76 | dnl Check for programs | 76 | dnl Check for programs |
77 | AC_PROG_CC | 77 | AC_PROG_CC |
... | @@ -112,7 +112,7 @@ AC_CHECK_TYPE(iconv_t,:, | ... | @@ -112,7 +112,7 @@ AC_CHECK_TYPE(iconv_t,:, |
112 | 112 | ||
113 | # NOTE: Generally speaking, Mailutils libraries are not allowed to include | 113 | # NOTE: Generally speaking, Mailutils libraries are not allowed to include |
114 | # gnulib headers. The only exceptions are: gettext.h, which is needed for | 114 | # gnulib headers. The only exceptions are: gettext.h, which is needed for |
115 | # proper i18n, and intprops.h, which is used in mailbox/cfg_parser.y. | 115 | # proper i18n, and intprops.h, which is used in libmailutils/cfg_parser.y. |
116 | # This latter will probably be rewritten to remove the need for intprops.h. | 116 | # This latter will probably be rewritten to remove the need for intprops.h. |
117 | # | 117 | # |
118 | # To make these two headers accessible for the libraries, they are linked | 118 | # To make these two headers accessible for the libraries, they are linked |
... | @@ -1361,8 +1361,8 @@ AC_CONFIG_FILES([ | ... | @@ -1361,8 +1361,8 @@ AC_CONFIG_FILES([ |
1361 | maidag/Makefile | 1361 | maidag/Makefile |
1362 | mail/Makefile | 1362 | mail/Makefile |
1363 | mail/testsuite/Makefile | 1363 | mail/testsuite/Makefile |
1364 | mailbox/Makefile | 1364 | libmailutils/Makefile |
1365 | mailbox/testsuite/Makefile | 1365 | libmailutils/testsuite/Makefile |
1366 | messages/Makefile | 1366 | messages/Makefile |
1367 | messages/testsuite/Makefile | 1367 | messages/testsuite/Makefile |
1368 | mh/Makefile | 1368 | mh/Makefile | ... | ... |
File moved
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA | 18 | ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA |
19 | ## 02110-1301 USA | 19 | ## 02110-1301 USA |
20 | 20 | ||
21 | INCLUDES = @MU_LIB_COMMON_INCLUDES@ | 21 | INCLUDES = @MU_LIB_COMMON_INCLUDES@ -I${top_srcdir}/libmailutils |
22 | 22 | ||
23 | YLWRAP = $(SHELL) $(mu_aux_dir)/gylwrap | 23 | YLWRAP = $(SHELL) $(mu_aux_dir)/gylwrap |
24 | AM_YFLAGS=-vt | 24 | AM_YFLAGS=-vt | ... | ... |
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
No preview for this file type
File moved
File moved
File moved
File moved
File moved
-
Please register or sign in to post a comment