Hi,

maybe I misread something ...

I am trying to compile a little library. I want it to install to
/usr/local/lib/pkg/library.lo, so I wrote 
               ^^^
AC_INIT(pkg,0.1,[EMAIL PROTECTED])
in the configure.in (to have pkglibdir defined accordingly).
But that means that later on configure checks for a file named
'pkg' to make sure it really found the sourcedir
(ac_unique_file=pkg in configure).

I searched the docs and found a macro called AC_CONFIG_SRCDIR to
put the name of that unique file in, but autoconf does not
recognize it.

What did I do wrong?

autoconf --version: 2.13
automake --version: 1.4
libtool --version: 1.3.5
config-guess: i686-pc-linux

Thanks in advance,

        Susan Dittmar


Reply via email to