diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-06 10:53:10 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-06 10:53:10 (EST) |
commit | d271cf46f42ed3aadeb6d58618da228c605c0d66 (patch) | |
tree | eedd1a9bfe1419e6d1767045bc8ad75b89aa95b7 /configure.ac | |
parent | 79ee0eaa01bc65c75c5184f0acf570371c028cdd (diff) |
configure.ac: Change package name.
s/OPK Build Helper Tools/opkhelper/.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 62c83c9..688841b 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([OPK Build Helper Tools], [3.0.0], +AC_INIT([opkhelper], [3.0.0], [mailto:proteanos-dev@lists.proteanos.com], [opkhelper], [http://www.proteanos.com/dev/opkhelper/]) AC_CONFIG_AUX_DIR([build-aux]) |