To: vim-dev@vim.org Subject: Patch 6.0.147 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.0.147 Problem: It's not easy to mark a Vim version as being modified. The new license requires this. Solution: Add the --modified-by argument to configure and the MODIFIED_BY define. I's used in the intro screen and the ":version" output. Files: src/auto/configure, src/configure.in, src/config.h.in, src/version.c *** ../vim60.146/src/auto/configure Thu Jan 17 12:12:55 2002 --- src/auto/configure Tue Jan 22 15:34:21 2002 *************** *** 20,25 **** --- 20,27 ---- ac_help="$ac_help --with-global-runtime=DIR global runtime directory in 'runtimepath'" ac_help="$ac_help + --with-modified-by=NAME name of who modified a rlease version" + ac_help="$ac_help --with-features=TYPE tiny, small, normal, big or huge (default: normal)" ac_help="$ac_help --with-compiledby=NAME name to show in :version message" *************** *** 1207,1216 **** fi echo $ac_n "checking if character set is EBCDIC""... $ac_c" 1>&6 ! echo "configure:1212: checking if character set is EBCDIC" >&5 cat > conftest.$ac_ext <&6 + echo "configure:1221: checking --with-modified-by argument" >&5 + # Check whether --with-modified-by or --without-modified-by was given. + if test "${with_modified_by+set}" = set; then + withval="$with_modified_by" + echo "$ac_t""$withval" 1>&6; cat >> confdefs.h <&6 + fi + + echo $ac_n "checking if character set is EBCDIC""... $ac_c" 1>&6 ! echo "configure:1235: checking if character set is EBCDIC" >&5 cat > conftest.$ac_ext <