Hi, I checked out vim7 from svn and I am now trying to add clisp interpreter support (similar to FEAT_RUBY et al). I added --enable-clispinterp to src/configure.in and regenerated src/auto/configure using "make autoconf". alas, it did not update src/config.h.in and I do not see a rule in src/Makefile which does. a naive autoheader invocation fails: $ autoheader autoheader: warning: missing template: BAD_GETCWD autoheader: Use AC_DEFINE([BAD_GETCWD], [], [Description]) autoheader: warning: missing template: BROKEN_TOUPPER autoheader: warning: missing template: EBCDIC autoheader: warning: missing template: FEAT_BIG autoheader: warning: missing template: FEAT_CLISP autoheader: warning: missing template: FEAT_CSCOPE autoheader: warning: missing template: FEAT_GUI_GNOME autoheader: warning: missing template: FEAT_HANGULIN autoheader: warning: missing template: FEAT_HUGE autoheader: warning: missing template: FEAT_MBYTE autoheader: warning: missing template: FEAT_MZSCHEME autoheader: warning: missing template: FEAT_NETBEANS_INTG autoheader: warning: missing template: FEAT_NORMAL autoheader: warning: missing template: FEAT_PERL autoheader: warning: missing template: FEAT_PYTHON autoheader: warning: missing template: FEAT_RUBY autoheader: warning: missing template: FEAT_SMALL autoheader: warning: missing template: FEAT_SNIFF autoheader: warning: missing template: FEAT_SUN_WORKSHOP autoheader: warning: missing template: FEAT_TCL autoheader: warning: missing template: FEAT_TINY autoheader: warning: missing template: FEAT_XFONTSET autoheader: warning: missing template: FEAT_XIM autoheader: warning: missing template: HAVE_AIX_ACL autoheader: warning: missing template: HAVE_DATE_TIME autoheader: warning: missing template: HAVE_DEV_PTC autoheader: warning: missing template: HAVE_FLOAT_FUNCS autoheader: warning: missing template: HAVE_GETTEXT autoheader: warning: missing template: HAVE_GPM autoheader: warning: missing template: HAVE_GTK2 autoheader: warning: missing template: HAVE_GTK_MULTIHEAD autoheader: warning: missing template: HAVE_ICONV autoheader: warning: missing template: HAVE_NL_LANGINFO_CODESET autoheader: warning: missing template: HAVE_NL_MSG_CAT_CNTR autoheader: warning: missing template: HAVE_OSPEED autoheader: warning: missing template: HAVE_OUTFUNTYPE autoheader: warning: missing template: HAVE_POSIX_ACL autoheader: warning: missing template: HAVE_PTHREAD_NP_H autoheader: warning: missing template: HAVE_RENAME autoheader: warning: missing template: HAVE_SELINUX autoheader: warning: missing template: HAVE_SIGCONTEXT autoheader: warning: missing template: HAVE_SOLARIS_ACL autoheader: warning: missing template: HAVE_SS_BASE autoheader: warning: missing template: HAVE_ST_BLKSIZE autoheader: warning: missing template: HAVE_SVR4_PTYS autoheader: warning: missing template: HAVE_SYSCONF autoheader: warning: missing template: HAVE_SYSCTL autoheader: warning: missing template: HAVE_SYSINFO autoheader: warning: missing template: HAVE_SYSINFO_MEM_UNIT autoheader: warning: missing template: HAVE_SYSMOUSE autoheader: warning: missing template: HAVE_UNION_WAIT autoheader: warning: missing template: HAVE_UP_BC_PC autoheader: warning: missing template: HAVE_X11 autoheader: warning: missing template: HAVE_X11_XMU_EDITRES_H autoheader: warning: missing template: MODIFIED_BY autoheader: warning: missing template: NO_STRINGS_WITH_STRING_H autoheader: warning: missing template: OSPEED_EXTERN autoheader: warning: missing template: PTYGROUP autoheader: warning: missing template: PTYMODE autoheader: warning: missing template: PTYRANGE0 autoheader: warning: missing template: PTYRANGE1 autoheader: warning: missing template: RUNTIME_GLOBAL autoheader: warning: missing template: SIGRETURN autoheader: warning: missing template: SIZEOF_INT autoheader: warning: missing template: STAT_IGNORES_SLASH autoheader: warning: missing template: SYS_SELECT_WITH_SYS_TIME autoheader: warning: missing template: TERMINFO autoheader: warning: missing template: TGETENT_ZERO_ERR autoheader: warning: missing template: UNIX autoheader: warning: missing template: UP_BC_PC_EXTERN autoheader: warning: missing template: USEBCOPY autoheader: warning: missing template: USEMAN_S autoheader: warning: missing template: USEMEMCPY autoheader: warning: missing template: USEMEMMOVE autoheader: warning: missing template: USE_XSMP_INTERACT autoheader: warning: missing template: XPMATTRIBUTES_TYPE autoheader: warning: missing template: X_LOCALE $
so, how do I update src/config.h.in to reflect my src/configure.in changes? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
