checkins for internationalization

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@599 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Karl DeBisschop 2003-07-26 04:17:18 +00:00
parent 33a6787f51
commit 899dc17bee
2 changed files with 2 additions and 2 deletions

View file

@ -1389,7 +1389,7 @@ AC_SUBST(EXTRAS)
AC_SUBST(EXTRA_NETOBJS)
AC_SUBST(DEPLIBS)
GETTEXT_VERSION=0.11.4
AM_GNU_GETTEXT_VERSION(0.11.4)
AM_GNU_GETTEXT
AC_OUTPUT(Makefile lib/Makefile plugins/Makefile plugins-scripts/Makefile plugins-scripts/subst plugins-scripts/utils.pm plugins-scripts/utils.sh command.cfg test.pl pkg/solaris/pkginfo intl/Makefile po/Makefile.in )

View file

@ -31,7 +31,7 @@ aclocal -I lib
autoheader
automake --add-missing --copy
autoconf
autopoint
autopoint --force
if [ -f debian/rules ] ; then
chmod +x debian/rules