Changeset 381

Show
Ignore:
Timestamp:
2003年07月20日 09時49分18秒 (5 years ago)
Author:
kose
Message:

* emacs-w3m/Makefile.pkg (PKG): emacs-w3m-1.3.6.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pkginfo/ChangeLog

    r380 r381  
    112003-07-20  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * emacs-w3m/Makefile.pkg (PKG): emacs-w3m-1.3.6. 
    24 
    35        * All Files: 
  • trunk/pkginfo/emacs-w3m/Makefile.pkg

    r380 r381  
    11####################################################### 
    2 # $Id: Makefile.pkg,v 1.6 2003/02/26 15:02:24 kose Exp
     2# $Id
    33# 
    44# Copyright (C) 2002 The Meadow Team 
     
    1414# make maintainer-clean 
    1515 
    16 # 1.3.5 - 2003/7/5 released. 
    17 PKG=emacs-w3m-1.3.5 
     16# 1.3.6 - 2003/7/16 released. 
     17PKG=emacs-w3m-1.3.6 
    1818BASE=emacs-w3m 
    1919PKG_VERSION=1 
     
    4747 
    4848$(DESTDIR)/w3m/$(TARGET): $(PKG) 
    49         cd $(PKG) && autoconf 
     49        if test ! -d $(PKG)/configure; then cd $(PKG) ; autoconf; fi 
    5050        cd $(PKG) && ./configure --with-lispdir=$(DESTDIR)/w3m --with-emacs=$(EMACS) 
    5151        cd $(PKG) && make $(MAKE_OPTIONS) install install-icons