From e037328e219697f8453dc25df2b8f0d25bbc1acc Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 20:46:33 +0000 Subject: Corrected documentation compilation - succeeds now --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0976ad0a..46fcf86d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,7 @@ dnl Define here the libalpm version number PM_MAJOR_VERSION=0 PM_MINOR_VERSION=1 PM_MICRO_VERSION=0 -PM_MICRO_VERSION_SUFFIX=.0 -PM_VERSION=$PM_MAJOR_VERSION.$PM_MINOR_VERSION.$PM_MICRO_VERSION$PM_MICRO_VERSION_SUFFIX +PM_VERSION=$PM_MAJOR_VERSION.$PM_MINOR_VERSION.$PM_MICRO_VERSION dnl Needed for libtool to create proper shared lib version PM_VERSION_INFO=`expr $PM_MAJOR_VERSION + $PM_MINOR_VERSION`:$PM_MICRO_VERSION:$PM_MINOR_VERSION @@ -375,6 +374,7 @@ src/pacman/po/Makefile.in src/util/Makefile scripts/Makefile doc/Makefile +doc/hu/Makefile etc/Makefile etc/pacman.d/Makefile bindings/perl/Makefile -- cgit v1.2.3-24-g4f1b