projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5789a
)
configure.ac: Modernize call to AC_INIT so that PACKAGE_URL gets defined.
author
Ben Pfaff
<blp@gnu.org>
Wed, 20 Jan 2010 04:25:33 +0000
(20:25 -0800)
committer
Ben Pfaff
<blp@gnu.org>
Sat, 6 Feb 2010 04:14:19 +0000
(20:14 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ea9f69fd4b3fbc95efc10facfa2f69ea81b865cb..e5eb13a9ada57ffbfa7426469005cb4207593709 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2,7
+2,7
@@
dnl Process this file with autoconf to produce a configure script.
dnl Initialize.
AC_PREREQ(2.63)
-AC_INIT([
pspp],[0.7.3],[bug-gnu-pspp@gnu.org
])
+AC_INIT([
GNU PSPP], [0.7.3], [bug-gnu-pspp@gnu.org], [pspp
])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_TESTDIR([tests])
AM_INIT_AUTOMAKE