Hrm.  I think I "solved" the bbdb-autoloads problem.

I've attached the output of the following commands:

autoconf && ./configure --with-emacs=xemacs && <foo> all && find
. -name "*bbdb-auto*" -print

where <foo> is first make and then gmake.

It seems that there's some sort of dependency on gmake-isms there -- I
haven't looked into it yet, I thought I should let the list know first
that it seemed to be an issue.
-- 
Jack Twilley
jmt at tbe dot net
http colon slash slash www dot tbe dot net slash tilde jmt slash
Script started on Wed Mar 21 13:36:02 2001
$ autoconf && ./configure --with-emacs=xemacs && make all && find . -name 
"*bbdb-auto*" -print
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gtar... no
checking for tar... tar
checking that tar is GNU tar... yes
checking for gzip... gzip
checking for makeinfo... makeinfo
checking for texi2dvi... texi2dvi
checking for etags... etags
checking for rm... rm
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lisp/Makefile
creating texinfo/Makefile
creating tex/Makefile
creating utils/Makefile
cd lisp; make bbdb
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./bbdb.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb.el...
While compiling bbdb-display-records-1 in file /home/jmt/cvs/bbdb/lisp/bbdb.el:
  ** temp-buffer-show-hook is an obsolete variable; use temp-buffer-show-function 
instead.
  ** variable temp-buffer-setup-hook bound but not referenced
While compiling the end of the data:
  ** the function mail-position-on-field is not known to be defined.
Wrote /home/jmt/cvs/bbdb/lisp/bbdb.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-com.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-com.el...
While compiling bbdb-complete-name in file /home/jmt/cvs/bbdb/lisp/bbdb-com.el:
  ** auto-fill-hook is an obsolete variable; use auto-fill-function instead.
  ** reference to free variable auto-fill-hook
While compiling bbdb-dial-number:
  ** reference to free variable bbdb-sound-volume
While compiling the end of the data:
  ** The following functions are not known to be defined:  mh-send,
    vm-session-initialization, vm-mail-internal, bbdb-header-start,
    bbdb-extract-field-value, bbdb-extract-address-components,
    define-mail-abbrev
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-com.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc  -eval '(and (not (string= "" ""))  (setq load-path 
(cons "" load-path))  (load "vm" t)  (load "vm-vars" t))'  -f batch-byte-compile 
bbdb-hooks.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-hooks.el...
While compiling bbdb-header-start in file /home/jmt/cvs/bbdb/lisp/bbdb-hooks.el:
  ** reference to free variable rmail-buffer
  ** reference to free variable gnus-article-buffer
  ** reference to free variable mh-show-buffer
While compiling toplevel forms:
  ** Third arg to defvar bbdb-ignore-selected-messages-confirmation is not a string: 
nil
While compiling bbdb-auto-notes-hook:
  ** variable replace-or-add-msg bound but not referenced
While compiling the end of the data:
  ** the function mh-show is not known to be defined.
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-hooks.elc
Done
rm: bbdb-autoloads.el: No such file or directory
*** Error code 1 (ignored)
xemacs -no-site-file -no-init-file -batch -q -l autoload  --eval '(setq 
generated-autoload-file "'`pwd`'/bbdb-autoloads.el")'  --eval "(if (featurep 'xemacs) 
(delete-file generated-autoload-file))"  --eval '(setq make-backup-files nil)'  --eval 
'(setq autoload-package-name "bbdb")'  -f batch-update-autoloads `pwd`
Updating autoloads for directory /home/jmt/cvs/bbdb/lisp...
Generating autoloads for lisp/bbdb-com.el...
Generating autoloads for lisp/bbdb-ftp.el...
Generating autoloads for lisp/bbdb-gnus.el...
Generating autoloads for lisp/bbdb-gui.el...
Generating autoloads for lisp/bbdb-hooks.el...
Generating autoloads for lisp/bbdb-merge.el...
Generating autoloads for lisp/bbdb-mhe.el...
Generating autoloads for lisp/bbdb-migrate.el...
Generating autoloads for lisp/bbdb-print.el...
Generating autoloads for lisp/bbdb-reportmail.el...
Generating autoloads for lisp/bbdb-rmail.el...
Generating autoloads for lisp/bbdb-sc.el...
Generating autoloads for lisp/bbdb-snarf.el...
Generating autoloads for lisp/bbdb-srv.el...
Generating autoloads for lisp/bbdb-vm.el...
Generating autoloads for lisp/bbdb-w3.el...
Generating autoloads for lisp/bbdb-whois.el...
Generating autoloads for lisp/bbdb-xemacs.el...
Generating autoloads for lisp/bbdb.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-autoloads.el
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-autoloads.el
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-print.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-print.el...
While compiling bbdb-print-format-record in file /home/jmt/cvs/bbdb/lisp/bbdb-print.el:
  ** variable p bound but not referenced
  ** variable begin bound but not referenced
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-print.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-ftp.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-ftp.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-ftp.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-whois.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-whois.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-whois.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-xemacs.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-xemacs.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-xemacs.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(if (locate-library "reportmail") 
(byte-compile-file "bbdb-reportmail.el") (message "Optional package bbdb-reportmail 
skipped - reportmail not found"))'
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-reportmail.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-reportmail.elc
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-snarf.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-snarf.el...
While compiling the end of the data in file /home/jmt/cvs/bbdb/lisp/bbdb-snarf.el:
  ** the function replace-regexp-in-string is not known to be defined.
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-snarf.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-w3.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-w3.el...
While compiling bbdb-insinuate-w3 in file /home/jmt/cvs/bbdb/lisp/bbdb-w3.el:
  ** reference to free variable w3-mode-map
While compiling the end of the data:
  ** The following functions are not known to be defined: 
    bbdb-read-new-record, url-view-url
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-w3.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(if (locate-library "supercite") 
(byte-compile-file "bbdb-sc.el") (message "Optional package bbdb-sc skipped - 
supercite not found"))'
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-sc.el...
While compiling bbdb/sc-consult-attr in file /home/jmt/cvs/bbdb/lisp/bbdb-sc.el:
  ** variable check bound but not referenced
While compiling bbdb-insinuate-sc:
  ** reference to free variable attribution
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-sc.elc
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-merge.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-merge.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-merge.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-migrate.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-migrate.el...
While compiling bbdb-unmigrate-zip-codes-to-strings in file 
/home/jmt/cvs/bbdb/lisp/bbdb-migrate.el:
  ** reference to free variable string
  ** variable string bound but not referenced
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-migrate.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -f batch-byte-compile bbdb-gui.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-gui.el...
While compiling toplevel forms in file /home/jmt/cvs/bbdb/lisp/bbdb-gui.el:
  ** reference to free variable bbdb-find-face
  ** variable data bound but not referenced
While compiling bbdb-hack-x-face:
  ** reference to free variable highlight-headers-hack-x-face-p
  ** variable data bound but not referenced
While compiling the end of the data:
  ** The following functions are not known to be defined: 
    bbdb-find-face, overlay-lists, overlay-put, overlays-at, overlayp,
    overlay-get, bbdb-extent-property, bbdb-delete-extent,
    bbdb-list-extents, bbdb-set-extent-property, bbdb-make-extent,
    bbdb-set-extent-face, bbdb-set-extent-begin-glyph,
    highlight-headers-x-face, bbdb-set-extent-end-glyph,
    highlight-headers-x-face-to-pixmap, bbdb-extent-start-position,
    bbdb-extent-end-position, bbdb-desc-to-menu, bbdb-popup,
    bbdb-extent-at, bbdb-highlight-extent, bbdb-extent-face
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-gui.elc
Done
cd lisp; make rmail
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc    -f batch-byte-compile bbdb-rmail.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-rmail.el...
Loading rmailsum...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-rmail.elc
Done
cd lisp; make vm
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(progn (if (not (string-match "" ""))         
    (setq load-path (cons "" load-path)))  (if (load "vm-version" t)                   
       (cond ((> (string-to-number vm-version) 5.31)  (load "vm"))                     
       (t (load "vm-vars") (load "vm")))))'      -f batch-byte-compile bbdb-vm.el
Loading vm-version...
Loading vm...
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-vm.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-vm.elc
Done
cd lisp; make mhe
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(progn (if (not (string-match "" ""))         
    (setq load-path (cons "" load-path)))  (load "mh-e"))'     -f batch-byte-compile 
bbdb-mhe.el
Loading mh-e...
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-mhe.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-mhe.elc
Done
cd lisp; make gnus
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \";  echo \(setq 
load-path \(append \(list ;  for i in $dir ; do  echo \\"$i\\"\ ;  done ; echo \) 
load-path\)\) ;  `" -l ./bbdb.elc -eval '(if (not (string-match "" ""))              
(setq load-path (cons "" load-path)))'    -f batch-byte-compile bbdb-gnus.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-gnus.el...
Loading mc-toplev...
While compiling bbdb/gnus-summary-show-all-recipients in file 
/home/jmt/cvs/bbdb/lisp/bbdb-gnus.el:
  ** variable bbdb-auto-notes-alist bound but not referenced
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-gnus.elc
Done
cd texinfo; make info
./lisp/bbdb-autoloads.el
$ exit

Script done on Wed Mar 21 13:38:12 2001
Script started on Wed Mar 21 13:39:51 2001
$ autoconf && ./configure --with-emacs=xemacs && gmake all && find . -name 
"*bbdb-auto*" -print
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gtar... no
checking for tar... tar
checking that tar is GNU tar... yes
checking for gzip... gzip
checking for makeinfo... makeinfo
checking for texi2dvi... texi2dvi
checking for etags... etags
checking for rm... rm
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lisp/Makefile
creating texinfo/Makefile
creating tex/Makefile
creating utils/Makefile
cd lisp; gmake bbdb
gmake[1]: Entering directory `/home/jmt/cvs/bbdb/lisp'
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./bbdb.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb.el...
While compiling bbdb-display-records-1 in file /home/jmt/cvs/bbdb/lisp/bbdb.el:
  ** temp-buffer-show-hook is an obsolete variable; use temp-buffer-show-function 
instead.
  ** variable temp-buffer-setup-hook bound but not referenced
While compiling the end of the data:
  ** the function mail-position-on-field is not known to be defined.
Wrote /home/jmt/cvs/bbdb/lisp/bbdb.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-com.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-com.el...
While compiling bbdb-complete-name in file /home/jmt/cvs/bbdb/lisp/bbdb-com.el:
  ** auto-fill-hook is an obsolete variable; use auto-fill-function instead.
  ** reference to free variable auto-fill-hook
While compiling bbdb-dial-number:
  ** reference to free variable bbdb-sound-volume
While compiling the end of the data:
  ** The following functions are not known to be defined:  mh-send,
    vm-session-initialization, vm-mail-internal, bbdb-header-start,
    bbdb-extract-field-value, bbdb-extract-address-components,
    define-mail-abbrev
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-com.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc \
-eval '(and (not (string= "" "")) \
            (setq load-path (cons "" load-path)) \
            (load "vm" t) \
            (load "vm-vars" t))' \
-f batch-byte-compile bbdb-hooks.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-hooks.el...
While compiling bbdb-header-start in file /home/jmt/cvs/bbdb/lisp/bbdb-hooks.el:
  ** reference to free variable rmail-buffer
  ** reference to free variable gnus-article-buffer
  ** reference to free variable mh-show-buffer
While compiling toplevel forms:
  ** Third arg to defvar bbdb-ignore-selected-messages-confirmation is not a string: 
nil
While compiling bbdb-auto-notes-hook:
  ** variable replace-or-add-msg bound but not referenced
While compiling the end of the data:
  ** the function mh-show is not known to be defined.
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-hooks.elc
Done
rm: bbdb-autoloads.el: No such file or directory
gmake[1]: [bbdb-autoloads.el] Error 1 (ignored)
xemacs -no-site-file -no-init-file -batch -q -l autoload \
--eval '(setq generated-autoload-file "'`pwd`'/bbdb-autoloads.el")' \
        --eval "(if (featurep 'xemacs) (delete-file generated-autoload-file))" \
        --eval '(setq make-backup-files nil)' \
        --eval '(setq autoload-package-name "bbdb")' \
        -f batch-update-autoloads `pwd`
Updating autoloads for directory /home/jmt/cvs/bbdb/lisp...
Generating autoloads for lisp/bbdb-com.el...
Generating autoloads for lisp/bbdb-ftp.el...
Generating autoloads for lisp/bbdb-gnus.el...
Generating autoloads for lisp/bbdb-gui.el...
Generating autoloads for lisp/bbdb-hooks.el...
Generating autoloads for lisp/bbdb-merge.el...
Generating autoloads for lisp/bbdb-mhe.el...
Generating autoloads for lisp/bbdb-migrate.el...
Generating autoloads for lisp/bbdb-print.el...
Generating autoloads for lisp/bbdb-reportmail.el...
Generating autoloads for lisp/bbdb-rmail.el...
Generating autoloads for lisp/bbdb-sc.el...
Generating autoloads for lisp/bbdb-snarf.el...
Generating autoloads for lisp/bbdb-srv.el...
Generating autoloads for lisp/bbdb-vm.el...
Generating autoloads for lisp/bbdb-w3.el...
Generating autoloads for lisp/bbdb-whois.el...
Generating autoloads for lisp/bbdb-xemacs.el...
Generating autoloads for lisp/bbdb.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-autoloads.el
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-autoloads.el
xemacs -no-site-file -no-init-file -batch -q -f batch-byte-compile ./bbdb-autoloads.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-autoloads.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-autoloads.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-print.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-print.el...
While compiling bbdb-print-format-record in file /home/jmt/cvs/bbdb/lisp/bbdb-print.el:
  ** variable p bound but not referenced
  ** variable begin bound but not referenced
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-print.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-ftp.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-ftp.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-ftp.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-whois.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-whois.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-whois.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-xemacs.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-xemacs.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-xemacs.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(if (locate-library "reportmail") 
(byte-compile-file "bbdb-reportmail.el") (message "Optional package bbdb-reportmail 
skipped - reportmail not found"))'
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-reportmail.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-reportmail.elc
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-snarf.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-snarf.el...
While compiling the end of the data in file /home/jmt/cvs/bbdb/lisp/bbdb-snarf.el:
  ** the function replace-regexp-in-string is not known to be defined.
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-snarf.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-w3.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-w3.el...
While compiling bbdb-insinuate-w3 in file /home/jmt/cvs/bbdb/lisp/bbdb-w3.el:
  ** reference to free variable w3-mode-map
While compiling the end of the data:
  ** The following functions are not known to be defined: 
    bbdb-read-new-record, url-view-url
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-w3.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(if (locate-library "supercite") 
(byte-compile-file "bbdb-sc.el") (message "Optional package bbdb-sc skipped - 
supercite not found"))'
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-sc.el...
While compiling bbdb/sc-consult-attr in file /home/jmt/cvs/bbdb/lisp/bbdb-sc.el:
  ** variable check bound but not referenced
While compiling bbdb-insinuate-sc:
  ** reference to free variable attribution
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-sc.elc
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-merge.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-merge.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-merge.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-migrate.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-migrate.el...
While compiling bbdb-unmigrate-zip-codes-to-strings in file 
/home/jmt/cvs/bbdb/lisp/bbdb-migrate.el:
  ** reference to free variable string
  ** variable string bound but not referenced
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-migrate.elc
Done
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -f batch-byte-compile bbdb-gui.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-gui.el...
While compiling toplevel forms in file /home/jmt/cvs/bbdb/lisp/bbdb-gui.el:
  ** reference to free variable bbdb-find-face
  ** variable data bound but not referenced
While compiling bbdb-hack-x-face:
  ** reference to free variable highlight-headers-hack-x-face-p
  ** variable data bound but not referenced
While compiling the end of the data:
  ** The following functions are not known to be defined: 
    bbdb-find-face, overlay-lists, overlay-put, overlays-at, overlayp,
    overlay-get, bbdb-extent-property, bbdb-delete-extent,
    bbdb-list-extents, bbdb-set-extent-property, bbdb-make-extent,
    bbdb-set-extent-face, bbdb-set-extent-begin-glyph,
    highlight-headers-x-face, bbdb-set-extent-end-glyph,
    highlight-headers-x-face-to-pixmap, bbdb-extent-start-position,
    bbdb-extent-end-position, bbdb-desc-to-menu, bbdb-popup,
    bbdb-extent-at, bbdb-highlight-extent, bbdb-extent-face
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-gui.elc
Done
gmake[1]: Leaving directory `/home/jmt/cvs/bbdb/lisp'
cd lisp; gmake rmail
gmake[1]: Entering directory `/home/jmt/cvs/bbdb/lisp'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc   \
        -f batch-byte-compile bbdb-rmail.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-rmail.el...
Loading rmailsum...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-rmail.elc
Done
gmake[1]: Leaving directory `/home/jmt/cvs/bbdb/lisp'
cd lisp; gmake vm
gmake[1]: Entering directory `/home/jmt/cvs/bbdb/lisp'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(progn (if (not (string-match "" "")) (setq 
load-path (cons "" load-path))) (if (load "vm-version" t) (cond ((> (string-to-number 
vm-version) 5.31) (load "vm")) (t (load "vm-vars") (load "vm")))))'     \
        -f batch-byte-compile bbdb-vm.el
Loading vm-version...
Loading vm...
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-vm.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-vm.elc
Done
gmake[1]: Leaving directory `/home/jmt/cvs/bbdb/lisp'
cd lisp; gmake mhe
gmake[1]: Entering directory `/home/jmt/cvs/bbdb/lisp'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(progn (if (not (string-match "" "")) (setq 
load-path (cons "" load-path))) (load "mh-e"))'    \
        -f batch-byte-compile bbdb-mhe.el
Loading mh-e...
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-mhe.el...
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-mhe.elc
Done
gmake[1]: Leaving directory `/home/jmt/cvs/bbdb/lisp'
cd lisp; gmake gnus
gmake[1]: Entering directory `/home/jmt/cvs/bbdb/lisp'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(or (fboundp (quote 
define-obsolete-variable-alias)) (if (locate-library "gnuserv-compat") (load-library 
"gnuserv-compat"))) (if (and (locate-library "gnuserv") (locate-library "itimer")) 
(byte-compile-file "bbdb-srv.el") (message "Optional package bbdb-srv skipped - 
gnuserv not found"))'
xemacs -no-site-file -no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(if (not (string-match "" "")) (setq load-path 
(cons "" load-path)))'   \
        -f batch-byte-compile bbdb-gnus.el
Compiling /home/jmt/cvs/bbdb/lisp/bbdb-gnus.el...
Loading mc-toplev...
While compiling bbdb/gnus-summary-show-all-recipients in file 
/home/jmt/cvs/bbdb/lisp/bbdb-gnus.el:
  ** variable bbdb-auto-notes-alist bound but not referenced
Wrote /home/jmt/cvs/bbdb/lisp/bbdb-gnus.elc
Done
gmake[1]: Leaving directory `/home/jmt/cvs/bbdb/lisp'
cd texinfo; gmake info
gmake[1]: Entering directory `/home/jmt/cvs/bbdb/texinfo'
gmake[1]: Nothing to be done for `info'.
gmake[1]: Leaving directory `/home/jmt/cvs/bbdb/texinfo'
./lisp/bbdb-autoloads.el
./lisp/bbdb-autoloads.elc
$ exit

Script done on Wed Mar 21 13:41:39 2001

Reply via email to