Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autotools

Generating list of generated sources (a la foreach) in automake

makefile autotools automake

automake and custom rpath

How do I build one autotools project against another autotoolset project that is not installed?

How to get --prefix value passed to Autotools configure script in C code?

c linux autotools anjuta

Specifying which Makefiles to build using automake

autotools automake

How to go about adding unit tests to an established (autotools) C project

c unit-testing autotools

autoconf boost detection with AX_BOOST_BASE

c++ boost autotools autoconf

How to tell AC_SUBST to not substitute variables in arguments?

Explicit Intermediate Object Files in GNU AutoMake

c autotools automake

Modify make distclean so that it will delete .deps or *~ backup files

autotools autoconf automake

Is there a way to work out all the required dependencies but without doing "./configure" - C

c++ c autotools gnu-make

How to substitute a pattern in Makefile.am

makefile autotools

Make Autotools project with SDL2

c sdl-2 autotools

autoconf-generated Makefile does not pass flags for library headers when using PKG_CHECK_MODULES

How should I run a prebuilt Makefile from a Makefile.am?

autotools autoconf automake

Building only a small subset of project using autotools

makefile autotools autoconf

How to create an installation directory variable with autoconf?

autotools configure

autogen.sh does not (re)generate po/Makefile.in.in

Should Autotools output scripts and Makefiles be included in a repository?

EXTRA_DIST not considered on VPATH Build