On Fri, Feb 07, 2003 at 02:41:07PM -0600, Walter E. Brown wrote: > 3) I read that it is recommended (for portability reasons) to avoid use of > filenames that contain more than one dot; however, I see that a file named > defs.h.in is being generated on my behalf. Is there a way to avoid this > behavior?
AC_CONFIG_HEADERS([defs.h:defs.hin]) maybe?
