Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#137 closed Defect (fixed)

_autosetup gives a warning/error with current trunk

Reported by: Christian Beer Owned by: davea
Priority: Minor Milestone: Undetermined
Component: Server - Setup Version:
Keywords: Cc:

Description

I get the following message when trying to execute _autosetup.

boincadm@debian:~/boinc_trunk$ ./_autosetup
Bootstrapping configure script and makefiles:
Checking version of 'make' >= 379... succeeded. (381)
Checking version of 'm4' >= 104... succeeded. (104)
Checking version of 'pkg-config' >= 15... succeeded. (21)
Checking version of 'autoconf' >= 258... succeeded. (261)
Checking version of 'automake' >= 108... succeeded. (110)
aclocal -I m4 && autoheader && automake && autoconf
api/Makefile.am:13: compiling `texfont.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
Done, now run ./configure

I don't know if it's a warning or an error but the ./configure and make is working. I'm using the latest trunk and the message wasn't there some days ago.

Change History (1)

comment:1 Changed 17 years ago by davea

Resolution: fixed
Status: newclosed

Fixed by renaming texfont.c to texfont.C -- David

Note: See TracTickets for help on using tickets.