[Kolab-devel] [issue1038] remove perl-kolab/configure from repository
Richard Bos
kolab-issues at intevation.de
Tue Dec 20 20:55:53 CET 2005
New submission from Richard Bos <radoeka at xs4all.nl>:
An update to the file server/perl-kolab/configure has been made,
what is not correct. The file should be removed from the repository;
# rm configure
# cvs rm configure
As it is not longer used, since the component switch from autoperl
to autotools build method last weekend.
Op dinsdag 20 december 2005 15:34, schreef cvs at intevation.de:
> ===================================================================
> RCS file: /kolabrepository/server/perl-kolab/configure,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -d -r1.3 -r1.4
> --- configure 15 Jul 2005 01:01:33 -0000 1.3
> +++ configure 20 Dec 2005 14:34:51 -0000 1.4
> @@ -1,3243 +1,2643 @@
> -#!/usr/bin/env perl
> -#
> -# Autoperl - a portable build system for Perl applications
> -#
> -# Copyright (C) 2003-2005 by Mark Heily <devel at heily.com>
> -#
> -# This library is free software; you can redistribute it and/or modify it
> -# under the same terms as Perl itself.
> -
> -#
> -# logger.pm
> [...5492 lines suppressed...]
> +# need to make the FD available again.
> +if test "$no_create" != yes; then
> + ac_cs_success=:
> + ac_config_status_args=
> + test "$silent" = yes &&
> + ac_config_status_args="$ac_config_status_args --quiet"
> + exec 5>/dev/null
> + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
> + exec 5>>config.log
> + # Use ||, not &&, to avoid exiting from the if with $? = 1, which
> + # would make configure fail if this is the last instruction.
> + $ac_cs_success || { (exit 1); exit 1; }
> +fi
>
> - open(my $output, ">$target") or die "open failed";
> - print $output @src;
> - close ($output);
> -}
>
> -1;
----------
assignedto: steffen
messages: 6109
nosy: rbos, steffen
priority: bug
status: unread
title: remove perl-kolab/configure from repository
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1038>
________________________________________________
More information about the devel
mailing list