#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.
Note: See
TracTickets for help on using
tickets.
Fixed by renaming texfont.c to texfont.C -- David