man-pages/es/man1/dh_auto_configure.1.html
2021-03-31 01:06:50 +01:00

115 lines
2.9 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of DH_AUTO_CONFIGURE</TITLE>
</HEAD><BODY>
<H1>DH_AUTO_CONFIGURE</H1>
Section: Debhelper (1)<BR>Updated: 2020-03-27<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NOMBRE</H2>
dh_auto_configure - Configura un paquete automáticamente antes de la
construcción
<A NAME="lbAC">&nbsp;</A>
<H2>SINOPSIS</H2>
<B>dh_auto_configure</B> [<I>opciones-sistema-de-construcción</I>]
[<I>opciones-de-debhelper</I>] [<B>--</B> <I>parámetros</I>]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPCIÓN</H2>
<B>dh_auto_configure</B> es un programa de debhelper que intenta configurar
automáticamente un paquete antes de su construcción. Para ello, ejecuta la
orden adecuada para el sistema de construcción que detecta que utiliza el
paquete. Por ejemplo, busca y ejecuta un script <I>./configure</I>,
<I>Makefile.PL</I>, <I>Build.PL</I> o <I>cmake</I>. Determina un conjunto estándar de
parámetros y los introduce al programa a ejecutar. Algunos sistemas de
construcción, como make, no necesitan un paso «configure»; para ellos,
<B>dh_auto_configure</B> cerrará sin hacer nada.
<P>
La meta es que funcione con el 90% de los paquetes. Si no funciona, le
animamos a no utilizar <B>dh_auto_configure</B>, y que simplemente ejecute
<I>./configure</I>, o su equivalente, manualmente.
<A NAME="lbAE">&nbsp;</A>
<H2>OPCIONES</H2>
Para una lista de selección de sistemas de construcción comunes y opciones
de control consulte &quot;<B>Opciones de sistema de construcción</B>&quot; in <B><A HREF="/cgi-bin/man/man2html?7+debhelper">debhelper</A></B>(7).
<DL COMPACT>
<DT id="1"><B>--</B> <I>parámetros</I><DD>
Introduce los <I>parámetros</I> al programa que ejecuta, después de los
parámetros que habitualmente introduce <B>dh_auto_configure</B> Por ejemplo:
<P>
<PRE>
dh_auto_configure -- --with-foo --enable-bar
</PRE>
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>VÉASE TAMBIÉN</H2>
<B><A HREF="/cgi-bin/man/man2html?7+debhelper">debhelper</A></B>(7)
<P>
Este programa es parte de debhelper.
<A NAME="lbAG">&nbsp;</A>
<H2>AUTOR</H2>
Joey Hess &lt;<A HREF="mailto:joeyh@debian.org">joeyh@debian.org</A>&gt;
<A NAME="lbAH">&nbsp;</A>
<H2>TRADUCTOR</H2>
Traducci<EFBFBD>n de Omar Campagne Polaino
&lt;<A HREF="mailto:debian-l10n-spanish@lists.debian.org">debian-l10n-spanish@lists.debian.org</A>&gt;
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="2"><A HREF="#lbAB">NOMBRE</A><DD>
<DT id="3"><A HREF="#lbAC">SINOPSIS</A><DD>
<DT id="4"><A HREF="#lbAD">DESCRIPCIÓN</A><DD>
<DT id="5"><A HREF="#lbAE">OPCIONES</A><DD>
<DT id="6"><A HREF="#lbAF">VÉASE TAMBIÉN</A><DD>
<DT id="7"><A HREF="#lbAG">AUTOR</A><DD>
<DT id="8"><A HREF="#lbAH">TRADUCTOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:04:59 GMT, March 31, 2021
</BODY>
</HTML>