From 5f3c52d3e453c1ec7027e4f2cf20452a071dad60 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Fri, 13 Jan 2006 17:30:14 +0000 Subject: [PATCH] - Add automake option for dejagnu git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@172 3ecf2c5c-341e-0410-92b4-d18e462d057c --- ChangeLog | 6 ++++++ configure.ac | 2 +- doc/Makefile.am | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4e26dc..f6a1283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-13 16:16 tchernobog + + * trunk/ChangeLog, trunk/autogen.sh, trunk/config, + trunk/config/svn2cl.sh, trunk/config/svn2cl.xsl: - Add support for + automatic ChangeLog creation with svn2cl + 2006-01-13 16:00 tchernobog * trunk/autogen.sh, trunk/configure.ac: - Add macro for autopoint diff --git a/configure.ac b/configure.ac index 0c25fcf..08d09d6 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_CONFIG_AUX_DIR(config) AC_CANONICAL_TARGET dnl starting automake -AM_INIT_AUTOMAKE( [$PACKAGE_NAME], [$PACKAGE_VERSION] ) +AM_INIT_AUTOMAKE([dejagnu]) dnl gettext & libtool AC_PROG_LIBTOOL diff --git a/doc/Makefile.am b/doc/Makefile.am index eb8e50b..bda3472 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,3 +24,4 @@ licenses = fdl.texi gpl.texi sgpem2uman_TEXINFOS = $(licenses) vers-uman.texi sgpem2dman_TEXINFOS = $(licenses) vers-dman.texi +