- Add automake option for dejagnu

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@172 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-13 17:30:14 +00:00
parent 9f0ed52cbf
commit 5f3c52d3e4
3 changed files with 8 additions and 1 deletions

View File

@ -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 2006-01-13 16:00 tchernobog
* trunk/autogen.sh, trunk/configure.ac: - Add macro for autopoint * trunk/autogen.sh, trunk/configure.ac: - Add macro for autopoint

View File

@ -42,7 +42,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
dnl starting automake dnl starting automake
AM_INIT_AUTOMAKE( [$PACKAGE_NAME], [$PACKAGE_VERSION] ) AM_INIT_AUTOMAKE([dejagnu])
dnl gettext & libtool dnl gettext & libtool
AC_PROG_LIBTOOL AC_PROG_LIBTOOL

View File

@ -24,3 +24,4 @@ licenses = fdl.texi gpl.texi
sgpem2uman_TEXINFOS = $(licenses) vers-uman.texi sgpem2uman_TEXINFOS = $(licenses) vers-uman.texi
sgpem2dman_TEXINFOS = $(licenses) vers-dman.texi sgpem2dman_TEXINFOS = $(licenses) vers-dman.texi