Newsgroups: gnu.utils.bug
From: st...@riemann.nyongwa.montreal.qc.ca (Steve Robbins)
Date: 2000/03/29
Subject: Re: General, maybe config, automake or autoconf
In article <8bskgg$6a...@Uranos.teknon.de>, Volker Borchert <b...@teknon.de> wrote: Perhaps more convenient is $CONFIG_SITE. > In article <8F05CF892Mer...@192.0.1.90>, h.m.br...@hccnet.nl (H. Merijn Brand) writes: > |> I do really like to see that, if configure is called with --prefix=<dir>, > Well... > 1) Nothing prevents you from typing > LDFLAGS=-L/path/to/libs CFLAGS=-ggdb\ -O2\ -I/path/to/incs \ > or putting a similar shell function/alias into your .bashrc. It is a little-known feature that any modern autoconf script (I don't In $CONFIG_SITE, you can do things like test x$CPPFLAGS = x && CPPFLAGS='-I/bla/bla/include' But even better, you can do things conditionally on whether or not if test x$prefix != xNONE -a x$prefix != x/usr/local; then -S You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||