On Sun, 2006-05-14 at 11:39 -0400, Matthew T. O'Connor wrote: > > dbmodule.c: In function `db_load_driver': > > dbmodule.c:66: error: `PREFIX' undeclared (first use in this function) > > dbmodule.c:66: error: (Each undeclared identifier is reported only once > > dbmodule.c:66: error: for each function it appears in.) > > dbmodule.c:66: error: syntax error before string constant > > make[2]: *** [libdbmail_la-dbmodule.lo] Error 1 > > make[2]: Leaving directory `/home/dbmail/src/dbmail' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/dbmail/src/dbmail' > > make: *** [all] Error 2 > > I assume that ./configure is supposed to add PREFIX to config.h but it > didn't, so I added it by hand and the compile worked just fine.
Needs an autoreconf prior to configure in order to generate a new configure with the new rules that I added to acinclude.m4. Aaron
