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)
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)
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)
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)
I was building my code base firing ./configure and it gave me error:
configure: error: "audit system headers required (PKG: audit-devel)"
I tried installing audit-devel
# zypper in audit-devel
It now gives me new error:
Restoring system sources...
Please insert media # 1 and type 'y'... (1 Reply)
When I tried to build libtiff on MSYS2+minGW and opened the MSYS2 shell, got error:
$ ./configure
configure: loading site script /etc/config.site
checking build system type... Invalid configuration `x86_64-pc-msys': system `msys' not recognized
configure: error: /bin/sh config/config.sub... (1 Reply)
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)