diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-22 20:13:21 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-22 20:13:21 (EDT) |
commit | 04bcddf510cd815a09b3027ca87fc78e941a07b3 (patch) | |
tree | d593ee82c92fcdbbe1fafde01f77998a353d7e25 | |
parent | 732551c535ffb6100c2ab3f919e1554834ef7f14 (diff) |
configure.ac: s/ProKit/ProteanOS Development Kit/.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5d71b7c..6e67dd1 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,8 @@ # 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([ProKit], [0.1.0], [mailto:proteanos-dev@lists.proteanos.com], [prokit], +AC_INIT([ProteanOS Development Kit], [0.1.0], + [mailto:proteanos-dev@lists.proteanos.com], [prokit], [http://www.proteanos.com/dev/prokit/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/prokit.sh]) |