Re: distcheck bug

2004-07-16 Thread Andreas Schwab
Bob Friesenhahn [EMAIL PROTECTED] writes:

eval isset=$\{`echo $var`'+set'\}

This is equivalent to

 eval isset=\${$var+set}

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
And now for something completely different.




Servicios DIGITALIZACION y CUSTODIA de documentos:Publicidad

2004-07-16 Thread Git-Doc Gestión Documental
Title: ! Gestion documental - Workflow - Soluciones - Sistemas - Productos - Herramientas - Empresas - Servicios - Distribucion - Software






  
 
   

  

 
   
Su 
  empresa sin papel
  

 
   
Ahorro de costes
Independencia del papel
Compatibilidad con otros 
  sistemas
Mayor seguridad y Calidad en los procesos 
  documentales
  
  
   
Sistema 
  integral
  

 
   
=
  

 
   
Gestin 
  documental
  

 
   
+ 
  

 
   
Automatizacin 
  de procesos (Workflow)
  

 
   
+ 
  

 
   
Gestin 
  de contenidos
  

  
  
 
   

  
  
   

  



  

 
 
 
 
 
  

 
  Si te interesa 
ser distribuidor de GIT-DOC, contacta con 
nosotros aqu 

 
  
  
  

  
  
 
   

   

 
  Servicios:


  
   

  
  Recogida
   Preparacin
   Digitalizacin
   Custodia
   Consultas: Fsicas, Web
   Destruccin
 
  
 
   
  Consultora 
  de fondos documentales
 

Gestin de documentos, digitalizacin y 
custodia
   
  
  Consultas segn necesidades
  

  

  

  

  

 
  

  
  
 
   
AVISO 
  LEGAL Le recordamos 
  que su cta. de e-mail figura registrada en nuestra base de datos al 
  confirmar su deseo de recibir nuestras ofertas. Dicha información será 
  tratada de forma totalmente confidencial con arreglo a la nueva ley 
  L.S.S.I. y no será vendida ni traspasada a terceros en ningún caso. 
  Si Vd. recibe este e-mail debido algún error o no es su deseo recibir 
  mas e-mail nuestros, puede darse de baja de forma inmediata, simplemente pulsanso sobre
B O R R A R
  

  
  




Re: perl ExtUtils::MakeMaker + Autotools

2004-07-16 Thread Bob Friesenhahn
On Thu, 15 Jul 2004, Stony Yakovac wrote:
I have a project which I have put under autotools which has several perl
packages associated with it.  One of them is swigged, two are pure
perl.  The dilemma is not building for development, I was able to do
that with the install-exec-hook, the dilemma is how to get the whole
project past distcheck.  I have been trying for weeks now.  I have gone
from putting all kinds of support in the Makefile.am files to trying to
duplicate the functionality of automake in ExtUtils::MakeMaker (which
required some fairly significant changes to ExtUtils::MakeMaker)
Has anyone done this?  I have searched the web, but have not been happy
with what I found.  Does anyone have suggestions?
When the wind is blowing right, I have achieved this in GraphicsMagick 
(http://www.GraphicsMagick.org/) by using hooks in the top 
Makefile.am.  These are aware of MakeMaker subtargets.  The Perl 
extension is built static by default, which avoids issues with shared 
libraries, and convincing Perl to find/load the module.

If your project does not absolutely require the Perl component you 
could have it disabled by default, or (as I learned yesterday), you 
can include the configure option to disable it while doing distcheck 
in DISTCHECK_CONFIGURE_FLAGS.

Bob
==
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen