Hi,

On Thu, Feb 17, 2005 at 06:18:14PM +0100, JRBCAST wrote:
> My question is: How can I set a default progra-prefix [...]
> ./configure --program-prefix=foopref_

case $program_prefix in
NONE) program_prefix=my_default_ ;;
esac

should do the trick.

Put it somewhere between AC_INIT and AC_OUTPUT, of course.

Enjoy,
        Stepan


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to