autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with path expansion


From: Mike Gran
Subject: Help with path expansion
Date: Wed, 19 Jan 2011 09:26:24 -0800 (PST)

Hi-

I have this snippet of autoconf file that generates a warning.

    AC_INIT([blammo],[0.0])

    pkgsitedir="$datadir/$PACKAGE_NAME"

    AC_MSG_WARN([]
       [The modules will be installed in ${pkgsitedir}.])

When I run it, I get the text

    configure: WARNING:
       The modules will be installed in ${datarootdir}/blammo.

Is there a way to have this warning output the full path, e.g.
for it to say something like

       The modules will be installed in /usr/local/share/blammo

(assuming that /usr/local/share/ is datarootdir)

Thanks,

Mike Gran




reply via email to

[Prev in Thread] Current Thread [Next in Thread]