Skip to content

Commit

Permalink
Merge pull request #205 from ikedas/issue-201
Browse files Browse the repository at this point in the history
Issue #201: Move smtpc to independent repository by ikedas
  • Loading branch information
ikedas authored Feb 28, 2018
2 parents 74a10b0 + 761fe51 commit eec36eb
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 2,189 deletions.
8 changes: 0 additions & 8 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

SUBDIRS = src default doc po www
if SMTPC
SUBDIRS += src/smtpc
endif

check_SCRIPTS = \
t/Language.t \
Expand Down Expand Up @@ -92,11 +89,6 @@ authorcheck:
$(PERL) -MTest::Harness -e 'runtests @ARGV' $$TEST_FILES

install-data-hook: installdir installconfig nextstep
if SMTPC
-@chown $(USER) $(DESTDIR)$(bindir)/sympa_smtpc
-@chgrp $(GROUP) $(DESTDIR)$(bindir)/sympa_smtpc
-@chmod 750 $(DESTDIR)$(bindir)/sympa_smtpc
endif

installdir:
@echo "Creating plugin directory"
Expand Down
20 changes: 0 additions & 20 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,6 @@ AC_SUBST(localedir)
AC_SUBST(confdir)
AC_SUBST(docdir)

## Disable smtpc command line utility
AC_ARG_ENABLE(
smtpc,
AS_HELP_STRING(
[--disable-smtpc],
[do not install smtpc command line utility (default is yes)]
),
[case "$enableval" in
yes) smtpc=true;;
no) smtpc=false;;
*) smtpc=true;;
esac],
[smtpc=true]
)
AM_CONDITIONAL([SMTPC], [test x$smtpc = xtrue])

# allow user to redefine some of them
AC_ARG_WITH(
confdir,
Expand Down Expand Up @@ -641,8 +625,4 @@ AC_CONFIG_FILES([
www/Makefile
])

AC_CONFIG_SUBDIRS([src/smtpc])
SMTPC_CONFIGURE_OPTIONS="--program-prefix=sympa_"
export SMTPC_CONFIGURE_OPTIONS

AC_OUTPUT
4 changes: 0 additions & 4 deletions doc/sympa_toc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ L<wwsympa-wrapper(8)>

TBD.

=item L<sympa_smtpc(1)>

SMTP / LMTP client

=back

=head2 Configuration files
Expand Down
20 changes: 0 additions & 20 deletions src/smtpc/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions src/smtpc/Makefile.am

This file was deleted.

50 changes: 0 additions & 50 deletions src/smtpc/configure.ac

This file was deleted.

20 changes: 0 additions & 20 deletions src/smtpc/configure.gnu

This file was deleted.

71 changes: 0 additions & 71 deletions src/smtpc/m4/ac_func_snprintf.m4

This file was deleted.

Loading

0 comments on commit eec36eb

Please sign in to comment.