Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sat, 16 Jul 2005 10:51:39 +0000 (10:51 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sat, 16 Jul 2005 10:51:39 +0000 (10:51 +0000)
- rename 'prepare' script to more common name 'autogen.sh'

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@327 e385b8ad-14ed-0310-8656-cc95a2468c6d

ChangeLog
INSTALL
Makefile.am
Makefile.in
UPGRADING
autogen.sh [moved from prepare with 100% similarity]
doc/devel-notes.txt

index ab1650e..498d774 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Changes specific to mutt-ng:
 
+2005-07-16:
+  * the 'prepare' script has been renamed to 'autogen.sh'
+
 2005-06-29:
   * merge in latest mutt changes so that now it's possible to have a
     different login name for IMAP than local user name
diff --git a/INSTALL b/INSTALL
index 923b90b..c3e11bc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -34,7 +34,7 @@ Installation:
 1. Installing Mutt-ng is very easy. Just use tar and gzip/bzip2.
    For example type: `tar xvfz mutt-ng-20050515.tar.gz'.
    If you have obtained the distribution from
-   the SVN (subversion)  repository, run the `prepare' script with the 
+   the SVN (subversion)  repository, run the `autogen.sh' script with the 
    same command line parameters like it is described in doc/devel-notes.txt
    
 2. The next step is to call `configure' to configure your installation
index 4868653..319c23e 100644 (file)
@@ -83,7 +83,7 @@ EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \
        mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h \
        mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h \
        mbox.h mh.h mx.h pager.h pgp.h protos.h reldate.h rfc1524.h rfc2047.h \
-       rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION prepare \
+       rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION autogen.sh \
        _regex.h OPS.MIX remailer.c remailer.h browser.h \
        mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc \
        makedoc.c stamp-doc-rc README.SSL smime.h\
index d0746d7..0c85641 100644 (file)
@@ -163,7 +163,7 @@ CPPFLAGS = @CPPFLAGS@ -I$(includedir)
 EXTRA_muttng_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c   mutt_tunnel.c pop.c pop_auth.c pop_lib.c smime.c pgp.c pgpinvoke.c pgpkey.c     pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c  browser.h mbyte.h remailer.h url.h mutt_ssl_nss.c       pgppacket.c mutt_idna.h nntp.c newsrc.c mutt_libesmtp.c         sidebar.h crypt-mod-pgp-classic.c crypt-mod-smime-classic.c
 
 
-EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO        configure acconfig.h account.h  compress.h      attach.h buffy.h charset.h copy.h crypthash.h dotlock.h functions.h gen_defs    globals.h hash.h history.h init.h keymap.h mutt_crypt.h         mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h       mutt_regex.h mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h         mx.h pager.h pgp.h pop.h protos.h reldate.h rfc1524.h rfc2047.h         rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION prepare     nntp.h ChangeLog.nntp   _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h        mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc         makedoc.c stamp-doc-rc README.SSL smime.h       muttngbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh               ChangeLog.old mkchangelog.sh cvslog2changelog.pl mutt_idna.h    snprintf.c regex.c mutt_libesmtp.h crypt-gpgme.h
+EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO        configure acconfig.h account.h  compress.h      attach.h buffy.h charset.h copy.h crypthash.h dotlock.h functions.h gen_defs    globals.h hash.h history.h init.h keymap.h mutt_crypt.h         mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h       mutt_regex.h mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h         mx.h pager.h pgp.h pop.h protos.h reldate.h rfc1524.h rfc2047.h         rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION autogen.sh  nntp.h ChangeLog.nntp   _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h        mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc         makedoc.c stamp-doc-rc README.SSL smime.h       muttngbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh               ChangeLog.old mkchangelog.sh cvslog2changelog.pl mutt_idna.h    snprintf.c regex.c mutt_libesmtp.h crypt-gpgme.h
 
 
 muttng_dotlock_SOURCES = mutt_dotlock.c
index d54eac2..0075102 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -10,6 +10,11 @@ This document is not the place for verbose documentation; it only offers
 the necessary keywords to look them up in the manual, ChangeLog or other
 sources of information.
 
+2005-07-16:
+
+  The 'prepare' script has been renamed to 'autogen.sh' as this name
+  seems to be used in many projects using the autotools too.
+
 2005-06-16:
 
   Pine compatibility for naming IMAP mailboxes has been removed, only
similarity index 100%
rename from prepare
rename to autogen.sh
index 51b4212..7d238d1 100644 (file)
@@ -57,7 +57,7 @@ Getting started from SVN
 
 Once you've checked out a copy of the source from SVN from
 svn.berlios.de/svnroot/repos/mutt-ng , you'll need to run the script
-called 'prepare' that is in the root directory.  The script does all the
+called 'autogen.sh' that is in the root directory.  The script does all the
 automake/autoconf magic that needs to be done with a fresh checkout. If
 all steps succeed, you'll have a configure script to start off with.