1.4.0-0.fdr.0.9.rc5 - Fix underquoted definition in aalib.m4 to appease aclocal >= 1.8. - Avoid rpath in aalib-config. - Split Requires(post,postun) into two to work around a rpm bug. - Other minor specfile improvements.
11 lines
388 B
Diff
11 lines
388 B
Diff
--- aalib.m4~ 2001-04-26 17:37:31.000000000 +0300
|
|
+++ aalib.m4 2004-07-16 01:22:13.035644150 +0300
|
|
@@ -9,7 +9,7 @@
|
|
dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
|
dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
|
|
dnl
|
|
-AC_DEFUN(AM_PATH_AALIB,
|
|
+AC_DEFUN([AM_PATH_AALIB],
|
|
[dnl
|
|
dnl Get the cflags and libraries from the aalib-config script
|
|
dnl
|