Re: [AD] Autoconf hacking... |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I have no real idea what Im doing in m4 half the time ::) What I want to
> do is grab ALSA's version and use it to determine some stuff... What I'm
> doing now is compiling a program (AC_TRY_RUN) and grabing the stuff it
> "echo"ed to a file.. Kinda dirty.
AC_TRY_RUN appears to be the standard way to determine ALSA's version (see
the existing test in aclocal.m4). But echoing to a file is not very elegant.
What do you want to do exactly?
--
Eric Botcazou