Search notes:

./configure [script]

The configure shell script is produced by Autoconf based on the content of the configure.ac file.
When run, ./configure checks the required functions, libraries and tools. Depending on their availability and characteristics, it produces

--prefix=...

Overwriting the default prefix (which is /usr/local):
./configure --prefix=/path/to/another/directory

En-/disabling features

A package might be configured to enable or disable specific features:
Disabling feature FEATURE:
./configure --disable-FEATURE
./configure --enable-FEATURE=no
Enabling feature FEATURE:
./configure --enable-FEATURE

-C

./configure -C creates config.cache.

TODO

Compare with ./configure

See also

It seems that configure reads /etc/config.site.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758198905, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/GNU/toolchain/Build-System/configure/index(74): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78