comparison configure.in @ 225:9fb4b7d7e64b noffle

[svn] * docs/Makefile.in: Add testing.txt to documents. * NEWS: Updates for 1.1.1 release. * configure.in: Change version to 1.1.1. Additional decoration to the version is slowing down my release and RPM building. All Makefile.in have been regenerated as has configure. * packages/redhat/noffle.spec: Change version to 1.1.1. * packages/.cvsignore,packages/Makefile.am,packages/redhat/.cvsignore, packages/redhat/Makefile.am: Add sufficient makefiles for noffle.spec and noffle-expire to the included in the tarball generated by 'make dist'.
author bears
date Sun, 09 Dec 2001 15:07:14 +0000
parents b4f1731a6470
children 6f3a55d18659
comparison
equal deleted inserted replaced
224:e9d3378edec7 225:9fb4b7d7e64b
5 AC_INIT(src/noffle.c) 5 AC_INIT(src/noffle.c)
6 6
7 AC_PREREQ(2.13) 7 AC_PREREQ(2.13)
8 8
9 PACKAGE=noffle 9 PACKAGE=noffle
10 VERSION=1.1.1-unstable-develop 10 VERSION=1.1.1
11 11
12 AM_CONFIG_HEADER(config.h) 12 AM_CONFIG_HEADER(config.h)
13 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) 13 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
14 14
15 dnl AM_MAINTAINER_MODE 15 dnl AM_MAINTAINER_MODE
212 212
213 dnl --------------------------------------------------------------------------- 213 dnl ---------------------------------------------------------------------------
214 dnl Output files. 214 dnl Output files.
215 dnl --------------------------------------------------------------------------- 215 dnl ---------------------------------------------------------------------------
216 216
217 AC_OUTPUT(Makefile src/Makefile docs/Makefile) 217 AC_OUTPUT(Makefile src/Makefile docs/Makefile packages/Makefile packages/redhat/Makefile)
218 218