Skip to content
  • This project
    • Loading...
  • Sign in

John McEleney / mailutils

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mailutils
  • autogen.sh
  • Alain Magloire's avatar
    Cleanup, now we can do autogen.sh;configure;make and things will build. · dcd6e4da ...
    dcd6e4da
    mailutils/from will use the new mailbox API
    mailutils/mail will use the new mailbox API
    to convert pop3d(still use libmailbox the old API).
    
    mailutils/mail is incomplete and should is equivalent to
    LEGACY mail from Unix98.
    Alain Magloire authored 2000-09-02 02:46:06 +0000
autogen.sh 79 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
#!/bin/sh

aclocal -I m4
libtoolize --automake
autoheader
automake -a
autoconf