diff 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
line wrap: on
line diff
--- a/configure.in	Sun Dec 09 14:04:30 2001 +0000
+++ b/configure.in	Sun Dec 09 15:07:14 2001 +0000
@@ -7,7 +7,7 @@
 AC_PREREQ(2.13)
 
 PACKAGE=noffle
-VERSION=1.1.1-unstable-develop
+VERSION=1.1.1
 
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
@@ -214,5 +214,5 @@
 dnl Output files.
 dnl ---------------------------------------------------------------------------
 
-AC_OUTPUT(Makefile src/Makefile docs/Makefile)
+AC_OUTPUT(Makefile src/Makefile docs/Makefile packages/Makefile packages/redhat/Makefile)