>>> "Peter" == Peter Simons <[EMAIL PROTECTED]> writes:
[...] Peter> AC_LIBOBJ(libgetopt/getopt) Peter> AC_LIBOBJ(libgetopt/getopt1) [...] Peter> but these paths aren't right, because the compiled Peter> objects will be placed in Peter> ./getopt.o Peter> ./getopt1.o Peter> ..., not in the libgetopt directory. Thus, compilation fails Peter> because the linker won't find the files. Peter> Is there any simple way to fix this? Sure: AC_LIBOBJ([getopt]) AC_LIBOBJ([getopt1]) -- Alexandre Duret-Lutz