Help with path expansion

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

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux