Update for git conversions (and cleanup of autogen.sh to use autoreconf)
authorKen Hornstein <kenh@cmf.nrl.navy.mil>
Fri, 3 Dec 2010 01:37:54 +0000 (20:37 -0500)
committerKen Hornstein <kenh@cmf.nrl.navy.mil>
Fri, 3 Dec 2010 01:37:54 +0000 (20:37 -0500)
13 files changed:
.cvsignore [deleted file]
.gitignore [new file with mode: 0644]
autogen.sh
config/.cvsignore [deleted file]
docs/.cvsignore [deleted file]
etc/.cvsignore [deleted file]
h/.cvsignore [deleted file]
man/.cvsignore [deleted file]
mts/.cvsignore [deleted file]
mts/smtp/.cvsignore [deleted file]
sbr/.cvsignore [deleted file]
test/.cvsignore [deleted file]
uip/.cvsignore [deleted file]

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644 (file)
index 5f5cca9..0000000
+++ /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 (file)
index 0000000..70f75d9
--- /dev/null
@@ -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
index 29a02b9..71a2912 100755 (executable)
@@ -5,6 +5,5 @@
 # building from a distributed tarball.
 
 set -e
 # building from a distributed tarball.
 
 set -e
-autoheader
-autoconf
+autoreconf
 date > stamp-h.in
 date > stamp-h.in
diff --git a/config/.cvsignore b/config/.cvsignore
deleted file mode 100644 (file)
index 625becc..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-version.c
diff --git a/docs/.cvsignore b/docs/.cvsignore
deleted file mode 100644 (file)
index f3c7a7c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/etc/.cvsignore b/etc/.cvsignore
deleted file mode 100644 (file)
index e234ebf..0000000
+++ /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 (file)
index f3c7a7c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/man/.cvsignore b/man/.cvsignore
deleted file mode 100644 (file)
index cacddcd..0000000
+++ /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 (file)
index f3c7a7c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/mts/smtp/.cvsignore b/mts/smtp/.cvsignore
deleted file mode 100644 (file)
index f3c7a7c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/sbr/.cvsignore b/sbr/.cvsignore
deleted file mode 100644 (file)
index 38a6b43..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Makefile
-dtimep.c
-sigmsg.h
diff --git a/test/.cvsignore b/test/.cvsignore
deleted file mode 100644 (file)
index 6adffa0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-test-temp-dir
diff --git a/uip/.cvsignore b/uip/.cvsignore
deleted file mode 100644 (file)
index ec00fcb..0000000
+++ /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