~ubuntu-branches/ubuntu/natty/bc/natty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): John G. Hasler
  • Date: 2009-10-06 13:57:38 UTC
  • mto: (3.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20091006135738-81b5mvwsfxfa96bv
Tags: upstream-1.06.95
ImportĀ upstreamĀ versionĀ 1.06.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
dnl along with this program; if not, write to the Free Software Foundation,
17
17
dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
 
19
 
AC_INIT(doc/bc.1)
20
 
AM_INIT_AUTOMAKE("bc", "1.06.94")
 
19
m4_define([bc_version], 1.06.95)
 
20
m4_define([dc_version], 1.3.95)
 
21
 
 
22
AC_INIT(bc, bc_version)
 
23
AC_CONFIG_SRCDIR(doc/bc.1)
 
24
AM_INIT_AUTOMAKE([dist-bzip2])
21
25
AM_CONFIG_HEADER(config.h)
22
26
 
23
 
AC_DEFINE([DC_VERSION], "1.3.94",
 
27
AC_DEFINE([DC_VERSION], "dc_version",
24
28
          [Define the dc version number.])
25
29
 
26
30
AC_DEFINE([BC_COPYRIGHT],
27
31
          ["Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."],
28
32
          [Define the bc copyright line.])
29
33
 
30
 
AC_DEFINE_UNQUOTED([DC_COPYRIGHT], 
 
34
AC_DEFINE([DC_COPYRIGHT], 
31
35
          ["Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."],
32
36
          [Define the dc copyright line.])
33
37
 
118
122
esac
119
123
 
120
124
AC_SUBST(READLINELIB)
121
 
AC_OUTPUT(Makefile bc/Makefile dc/Makefile doc/Makefile lib/Makefile)
 
125
AC_SUBST(BC_VERSION, bc_version)
 
126
AC_SUBST(DC_VERSION, dc_version)
 
127
AC_OUTPUT(Makefile bc/Makefile dc/Makefile doc/Makefile doc/texi-ver.incl lib/Makefile)