2003-08-29 Theodore A. Roth * ChangeLog: * configure.in: * doc/api/Makefile.am: Index: ChangeLog =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/ChangeLog,v retrieving revision 1.293.2.1 diff -u -p -r1.293.2.1 ChangeLog --- ChangeLog 26 Aug 2003 16:45:33 -0000 1.293.2.1 +++ ChangeLog 29 Aug 2003 18:23:53 -0000 @@ -1,3 +1,9 @@ +2003-08-28 Theodore A. Roth + + * configure.in (AM_INIT_AUTOMAKE): Bump version. + Remove obsolete comment about version numbering. + * doc/api/Makefile.am: Combine multiple definitions of SUFFIXES var. + 2003-08-26 Theodore A. Roth * configure.in (AM_INIT_AUTOMAKE): Set version to 0.99.90.20030826. Index: configure.in =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/configure.in,v retrieving revision 1.81.2.1 diff -u -p -r1.81.2.1 configure.in --- configure.in 26 Aug 2003 16:45:33 -0000 1.81.2.1 +++ configure.in 29 Aug 2003 18:23:53 -0000 @@ -134,14 +134,10 @@ AC_SUBST(avrlib_basedir) # Determine the host, build, and target systems AC_CANONICAL_SYSTEM -dnl maybe the release number sould be changed to major.minor.bugfix -dnl (e.g.: 1.0.0) to be able to tell the users of the avr-libc if -dnl it is compatible to their current version or not. -dnl dnl NOTE: Don't put a '-' in the version number or rpm will puke dnl when building the package. dnl -AM_INIT_AUTOMAKE(avr-libc, 0.99.90.20030826) +AM_INIT_AUTOMAKE(avr-libc, 0.99.90.20030829) dnl Use the AC_CHECK_TOOL macro to find also cross tools AC_CHECK_TOOL(AS, as, as) Index: doc/api/Makefile.am =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/doc/api/Makefile.am,v retrieving revision 1.36 diff -u -p -r1.36 Makefile.am --- doc/api/Makefile.am 14 Aug 2003 22:01:27 -0000 1.36 +++ doc/api/Makefile.am 29 Aug 2003 18:23:53 -0000 @@ -52,7 +52,7 @@ EXTRA_DIST = dox.css dox_html_ rel-method.dox \ unjs.pl -SUFFIXES = .pdf +SUFFIXES = .pdf .fig .png .eps DOC_INST_DIR = @DOC_INST_DIR@ @@ -74,7 +74,6 @@ demo: LIBS="$$NODEFLIBS $(DEMO_LIBS)" dox all # images for inclusion in HTML and LaTeX documents -SUFFIXES= .fig .png .eps FIG2DEV= fig2dev