Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autoconf

Configuring Postgres with OpenSSL and '--with-openssl' option

postgresql openssl autoconf

How to get fully expanded variables out of configure?

Autoconf - Where does config.h go?

why automake fails to generate Makefile.in

makefile autoconf automake

Autotools build fails due to subdir-objects option in AM_INIT_AUTOMAKE

C++: ::ntohs() fails on higher optimization levels

c++ linux autoconf automake

Should a "configure" script be distributed if configure.ac is available?

autoconf

How do I combine AC_SUBST and AC_DEFINE?

autoconf

autoconf complains "C compiler cannot create executables" on Linux Mint

linux gcc autoconf

aclocal/autoconf reports missing m4sugar.m4 on Mac OS X?

xcode autoconf m4

With autoconf/automake, how do I specify include file paths?

makefile autoconf automake

Autoconf subdirectories with subpackages depending on each other?

Tell a configure script to use a relative path for --datarootdir

cross-compiling autoconf

How to detect if a m4 macro exists / can be called

autotools autoconf m4

More robust AC_COMPILE_IFELSE feature testing?

Install binaries into /bin, /sbin, /usr/bin and /usr/sbin, interactions with --prefix and DESTDIR

Using Autotools for a project with platform specific source code

How to disable tracking of a dependency in configure script

configure autoconf automake

How to check for haskell package versions in ./configure?

haskell configure autoconf