SPECS: ntfsprogs.spec - fixed undefined macro: AM_PATH_LIBGCRYPT, ...

charles charles at pld-linux.org
Tue Aug 9 12:32:45 CEST 2005


Author: charles                      Date: Tue Aug  9 10:32:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed undefined macro: AM_PATH_LIBGCRYPT,
  now can build even if there is no libgcrypt-devel installed

---- Files affected:
SPECS:
   ntfsprogs.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/ntfsprogs.spec
diff -u SPECS/ntfsprogs.spec:1.32 SPECS/ntfsprogs.spec:1.33
--- SPECS/ntfsprogs.spec:1.32	Mon Aug  8 21:24:15 2005
+++ SPECS/ntfsprogs.spec	Tue Aug  9 12:32:39 2005
@@ -125,8 +125,10 @@
 %patch1 -p1
 
 %build
+echo 'AC_DEFUN([AM_PATH_LIBGCRYPT],[:])' > fake-am_path_libgcrypt.m4
+
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I .
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -203,6 +205,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2005/08/09 10:32:39  charles
+- fixed undefined macro: AM_PATH_LIBGCRYPT,
+  now can build even if there is no libgcrypt-devel installed
+
 Revision 1.32  2005/08/08 19:24:15  areq
 - 1.11.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ntfsprogs.spec?r1=1.32&r2=1.33&f=u




More information about the pld-cvs-commit mailing list