Ryan Murray <[EMAIL PROTECTED]> writes:

> IMHO, The best way to fix this FTBFS is to add AM_MAINTAINER_MODE to
> configure.in, and then reautoconf the package.  Then the generated makefiles
> won't have rules to rebuild the autoconf files by default.

FLTK doesn't use automake, so that's not an option per se, but I can
certainly take out the relevant rule by hand if necessary.

> Otherwise, you have to make sure that the timestamps of all autoconf related
> files modified in your diff satisfy the dependencies in the makefiles.

The makefile just specifies a dependency of configure on configure.in,
so I'm puzzled as to why the command

    if test configure -ot configure.in; then touch configure; fi

I stuck in debian/rules didn't have the desired effect.  (I've
confirmed that it ran in time.)

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to