From: Ken Hornstein Date: Fri, 3 Dec 2010 01:37:54 +0000 (-0500) Subject: Update for git conversions (and cleanup of autogen.sh to use autoreconf) X-Git-Tag: mmh-start~24 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=03bf20a885b3953a0385e814ba4e0196b46f6159;ds=sidebyside Update for git conversions (and cleanup of autogen.sh to use autoreconf) --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 5f5cca9..0000000 --- a/.cvsignore +++ /dev/null @@ -1,10 +0,0 @@ -Makefile -autom4te.cache -config.h -config.h.in -config.log -config.status -configure -configure.lineno -stamp-h -stamp-h.in diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70f75d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,80 @@ +/autom4te.cache/ +/config.h +/config.h.in +/config.log +/config.status +/configure +/Makefile +/stamp-h +/stamp-h.in +/config/Makefile +/config/version.c +/docs/Makefile +/etc/Makefile +/etc/mhn.defaults +/etc/mts.conf +/etc/sendfiles +/h/Makefile +/man/Makefile +/man/man.sed +/mts/Makefile +/mts/libmts.a +/mts/smtp/Makefile +/sbr/Makefile +/sbr/dtimep.c +/sbr/libmh.a +/sbr/sigmsg.h +/uip/Makefile +/uip/ali +/uip/anno +/uip/ap +/uip/burst +/uip/comp +/uip/conflict +/uip/dist +/uip/dp +/uip/flist +/uip/fmtdump +/uip/folder +/uip/forw +/uip/inc +/uip/install-mh +/uip/mark +/uip/mhbuild +/uip/mhl +/uip/mhlist +/uip/mhmail +/uip/mhn +/uip/mhparam +/uip/mhpath +/uip/mhshow +/uip/mhstore +/uip/mhtest +/uip/msgchk +/uip/msh +/uip/new +/uip/packf +/uip/pick +/uip/post +/uip/prompter +/uip/rcvdist +/uip/rcvpack +/uip/rcvstore +/uip/rcvtty +/uip/refile +/uip/repl +/uip/rmf +/uip/rmm +/uip/scan +/uip/send +/uip/show +/uip/slocal +/uip/sortm +/uip/spost +/uip/viamail +/uip/whatnow +/uip/whom +*.o +*.1 +*.5 +*.8 diff --git a/autogen.sh b/autogen.sh index 29a02b9..71a2912 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,6 +5,5 @@ # building from a distributed tarball. set -e -autoheader -autoconf +autoreconf date > stamp-h.in diff --git a/config/.cvsignore b/config/.cvsignore deleted file mode 100644 index 625becc..0000000 --- a/config/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -version.c diff --git a/docs/.cvsignore b/docs/.cvsignore deleted file mode 100644 index f3c7a7c..0000000 --- a/docs/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/etc/.cvsignore b/etc/.cvsignore deleted file mode 100644 index e234ebf..0000000 --- a/etc/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile -mhn.defaults -mhn.defaults.sh.cfg -mts.conf -sendfiles diff --git a/h/.cvsignore b/h/.cvsignore deleted file mode 100644 index f3c7a7c..0000000 --- a/h/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/man/.cvsignore b/man/.cvsignore deleted file mode 100644 index cacddcd..0000000 --- a/man/.cvsignore +++ /dev/null @@ -1,66 +0,0 @@ -Makefile -ali.1 -anno.1 -ap.8 -burst.1 -comp.1 -conflict.8 -dist.1 -dp.8 -flist.1 -flists.1 -fmtdump.8 -fnext.1 -folder.1 -folders.1 -forw.1 -fprev.1 -inc.1 -install-mh.1 -man.sed -mark.1 -mh-alias.5 -mh-chart.1 -mh-draft.5 -mh-format.5 -mh-mail.5 -mh-profile.5 -mh-sequence.5 -mh-tailor.5 -mhbuild.1 -mhl.1 -mhlist.1 -mhmail.1 -mhn.1 -mhparam.1 -mhpath.1 -mhshow.1 -mhstore.1 -msgchk.1 -msh.1 -mts.conf.5 -new.1 -next.1 -nmh.1 -packf.1 -pick.1 -post.8 -prev.1 -prompter.1 -rcvdist.1 -rcvpack.1 -rcvstore.1 -rcvtty.1 -refile.1 -repl.1 -rmf.1 -rmm.1 -scan.1 -send.1 -sendfiles.1 -show.1 -slocal.1 -sortm.1 -unseen.1 -whatnow.1 -whom.1 diff --git a/mts/.cvsignore b/mts/.cvsignore deleted file mode 100644 index f3c7a7c..0000000 --- a/mts/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/mts/smtp/.cvsignore b/mts/smtp/.cvsignore deleted file mode 100644 index f3c7a7c..0000000 --- a/mts/smtp/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/sbr/.cvsignore b/sbr/.cvsignore deleted file mode 100644 index 38a6b43..0000000 --- a/sbr/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -dtimep.c -sigmsg.h diff --git a/test/.cvsignore b/test/.cvsignore deleted file mode 100644 index 6adffa0..0000000 --- a/test/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -test-temp-dir diff --git a/uip/.cvsignore b/uip/.cvsignore deleted file mode 100644 index ec00fcb..0000000 --- a/uip/.cvsignore +++ /dev/null @@ -1,50 +0,0 @@ -Makefile -ali -anno -ap -burst -comp -conflict -dist -dp -flist -fmtdump -folder -forw -inc -install-mh -mark -mhbuild -mhl -mhlist -mhmail -mhn -mhparam -mhpath -mhshow -mhstore -mhtest -msgchk -msh -new -packf -pick -post -prompter -rcvdist -rcvpack -rcvstore -rcvtty -refile -repl -rmf -rmm -scan -send -show -slocal -sortm -spost -viamail -whatnow -whom