- 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:
parent
9f0ed52cbf
commit
5f3c52d3e4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,3 +24,4 @@ licenses = fdl.texi gpl.texi
|
|||
|
||||
sgpem2uman_TEXINFOS = $(licenses) vers-uman.texi
|
||||
sgpem2dman_TEXINFOS = $(licenses) vers-dman.texi
|
||||
|
||||
|
|
Loading…
Reference in New Issue