Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #201: Move smtpc to independent repository #205

Merged
merged 1 commit into from
Feb 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -118,22 +118,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 @@ -617,8 +601,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