configure.in (AC_INIT): Change package name to GNU Enscript. - enscript - GNU Enscript
HTML git clone git://thinkerwim.org/enscript.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6d1c76ba8b526f6654474d82fe1fe9f83da6b384
DIR parent 90aff5f8d6c1d6aa69be62d9ae8a12c22ccd3db7
HTML Author: Tim Retout <diocles@gnu.org>
Date: Tue, 1 Jan 2008 23:38:24 +0000
configure.in (AC_INIT): Change package name to GNU Enscript.
Diffstat:
M ChangeLog | 1 +
M configure.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/ChangeLog b/ChangeLog
@@ -2,6 +2,7 @@
* configure.in (AC_INIT): Change bug report address to
<bug-enscript@gnu.org>.
+ Change package name to `GNU Enscript'.
* ChangeLog: Run M-x change-log-redate. Add copyright notice at end.
DIR diff --git a/configure.in b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(enscript, 1.6.4, bug-enscript@gnu.org)
+AC_INIT(GNU Enscript, 1.6.4, bug-enscript@gnu.org)
AC_CONFIG_SRCDIR([src/gsint.h])
AC_PREREQ(2.57)