DH_AUTO_CONFIGURE(1) Debhelper DH_AUTO_CONFIGURE(1)NAME
dh_auto_configure - automatically configure a package prior to building
SYNOPSIS
dh_auto_configure [buildsystemoptions] [debhelperoptions] [--params]
DESCRIPTION
dh_auto_configure is a debhelper program that tries to automatically configure a package prior to building. It does so by running the
appropriate command for the build system it detects the package uses. For example, it looks for and runs a ./configure script,
Makefile.PL, Build.PL, or cmake. A standard set of parameters is determined and passed to the program that is run. Some build systems, such
as make, do not need a configure step; for these dh_auto_configure will exit without doing anything.
This is intended to work for about 90% of packages. If it doesn't work, you're encouraged to skip using dh_auto_configure at all, and just
run ./configure or its equivalent manually.
OPTIONS
See "BUILD SYSTEM OPTIONS" in debhelper(7) for a list of common build system selection and control options.
-- params
Pass params to the program that is run, after the parameters that dh_auto_configure usually passes. For example:
dh_auto_configure -- --with-foo --enable-bar
SEE ALSO debhelper(7)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>
11.1.6ubuntu2 2018-05-10 DH_AUTO_CONFIGURE(1)
Check Out this Related Man Page
DH_AUTO_CONFIGURE(1) Debhelper DH_AUTO_CONFIGURE(1)NAME
dh_auto_configure - automatically configure a package prior to building
SYNOPSIS
dh_auto_configure [buildsystemoptions] [debhelperoptions] [--params]
DESCRIPTION
dh_auto_configure is a debhelper program that tries to automatically configure a package prior to building. It does so by running the
appropriate command for the build system it detects the package uses. For example, it looks for and runs a ./configure script,
Makefile.PL, Build.PL, or cmake. A standard set of parameters is determined and passed to the program that is run. Some build systems, such
as make, do not need a configure step; for these dh_auto_configure will exit without doing anything.
This is intended to work for about 90% of packages. If it doesn't work, you're encouraged to skip using dh_auto_configure at all, and just
run ./configure or its equivalent manually.
OPTIONS
See "BUILD SYSTEM OPTIONS" in debhelper(7) for a list of common build system selection and control options.
-- params
Pass params to the program that is run, after the parameters that dh_auto_configure usually passes. For example:
dh_auto_configure -- --with-foo --enable-bar
SEE ALSO debhelper(7)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>
11.1.6ubuntu2 2018-05-10 DH_AUTO_CONFIGURE(1)
my compiler won' t let me configure. This is what occurs when I type ./configure
Alex@BADPERSON /postgresql-7.2.1
$ ./configure
loading cache ./config.cache
checking host system type... i686-pc-cygwin
checking which template to use... win
checking whether to build with locale support... no... (3 Replies)
Hi:
I need some information about how to configure a dktab archive to make mirroring with ide disk.
I have to know the necesary steps to make that.
Thanks. (2 Replies)
Hi All
I am kinda wondering about the UX kernel parameters, how we configure and why do we configure ???.. especially the 'semaphores'. Could somebody throw some light on this and would really appreciate it. (1 Reply)
Hi,
I want to know how to configure emails in linux.First how to configure inside the firewall and second how to configure it outside the firewall?
Regards,
Rajesh (1 Reply)
Hello All,
I'm using the Solaris 8 and I'd like to know how to configure my KSH to use the double ESC to complete the command automatically.
Do you know how do it??
thanks.
rgs,
Paulo (1 Reply)
hi all
currently we are building lot of new servers(50+).What im looking for is a small piece of code that should help me in running a script that will configure company specific software in all the new boxes.For that currently we have to login to each and every new box manuallly and run that... (2 Replies)
checking size of short... configure: error: cannot compute sizeof
(short), 77
See `config.log' for more details.
configure: error: /bin/bash './configure' failed for validator
Above are the last few lines shown before ./configure ended and it was not successful. What am I lacking of?
... (1 Reply)
trying to run IPERF and i've downloaded and installed and screwed around with my path to get compilers and such available...
log in as myself, go to /iperf-2.0.4
switch to su
run ./configure
seems to go fine, couple of no's but based on previous runs it seems to be ok...
do make
it goes... (3 Replies)
Hello,
./configure script fails to configure libsf. Please check the following last few lines of configure script error.
checking for db1/db.h... no
checking for db.h... yes
checking for dbopen in -ldb1... no
configure: error: No libdb? No libsf.
But find command shows the following; ... (4 Replies)
Hello
I am trying to install fftw3.3.3 on an HPC system. The system has openmpi installed ( though we can choose between a variety of mpi distributions). However, while ./configure step of fftw, there is an error. The relevant section of the output is:
checking whether to build shared... (3 Replies)
My high school started a tech lab where students like myself can take apart computers, build circuit boards, learn to program and lots more.
I got the job of building a cluster with 4 old work stations we have. This is just a trial if it works well we can get more work stations.
We have one... (3 Replies)
I am trying to decode "configure" script for "bluez" package as far as how are "configure" options for cross-compiling passed to libtoool or GCC to build C++ library.
As far as I can tell the "configure" triplet analysis (case) has no options to analyze anything with "linux" in it ,therefore... (5 Replies)
Hello. I recently tried to build libXres from the source and I am encountering issues when trying to build from two different manners.
In the first I run the configure script with ./configure --prefix=/media/34GB/Arquivos-de-Programas-Linux/... (1 Reply)