From c598d6a40f47fba9400589a84ae5573d1a9f74ef Mon Sep 17 00:00:00 2001 From: pdmef Date: Sat, 16 Jul 2005 10:51:39 +0000 Subject: [PATCH] Rocco Rutte: - 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 | 3 +++ INSTALL | 2 +- Makefile.am | 2 +- Makefile.in | 2 +- UPGRADING | 5 +++++ prepare => autogen.sh | 0 doc/devel-notes.txt | 2 +- 7 files changed, 12 insertions(+), 4 deletions(-) rename prepare => autogen.sh (100%) diff --git a/ChangeLog b/ChangeLog index ab1650e..498d774 100644 --- 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 --- 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 diff --git a/Makefile.am b/Makefile.am index 4868653..319c23e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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\ diff --git a/Makefile.in b/Makefile.in index d0746d7..0c85641 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/UPGRADING b/UPGRADING index d54eac2..0075102 100644 --- 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 diff --git a/prepare b/autogen.sh similarity index 100% rename from prepare rename to autogen.sh diff --git a/doc/devel-notes.txt b/doc/devel-notes.txt index 51b4212..7d238d1 100644 --- a/doc/devel-notes.txt +++ b/doc/devel-notes.txt @@ -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. -- 2.20.1