On Thu, Jun 10, 2010 at 12:40 PM, björn <bjorn.winck...@gmail.com> wrote: > On 9 June 2010 17:10, James Vega wrote: >> That's odd. The AC_CHECK_SIZEOF macro has been in Autoconf since 2.50. >> I just tested on Debian Etch (since that has Autoconf 2.61) and >> running "make autoconf" generates a configure that detects off_t size. > > Reading this I decided to try running "autoconf" followed by "make > autoconf" and now off_t is detected properly(!). I have no idea why > it did not work earlier (I did run those two commands earlier, but > perhaps not one after the other in that order)... > > This makes me wonder: What is the correct incantation for generating > the configure scripts after I've modified src/configure.in? Both > "autoconf" and "make autoconf"? (The Makefile makes it sound like the > latter should be enough but that does not pick up on changes to > configure.in.)
"make autoconf" from the src directory has always worked for me. That's how I tested recent patches I sent which did touch configure.in. There's no need to run autoconf manually and doing so will cause some files which configure generates to be placed in src/ instead of src/auto/. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <james...@jamessan.com> -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php