Saturday, February 9, 2008

How to specify the default installation prefix in configure.in/configure.ac?

Add the AC_PREFIX_DEFAULT(/usr/local) macro in configure.in/configure.ac. Where you replace /usr/local with the prefix you want to use.

See (here) for details.

No comments: