[apparmor] [PATCH] make ltmain.sh not a symlink

Kees Cook kees at ubuntu.com
Mon Dec 2 21:28:57 UTC 2013


Without "-c", libtoolize will create a symlink for ltmain.sh, which is not
useful for people without the tools installed, and is against Debian
packaging policy (symlink pointing outside the source tree).

Signed-off-by: Kees Cook <kees at ubuntu.com>
---

=== modified file 'libraries/libapparmor/autogen.sh'
--- libraries/libapparmor/autogen.sh	2008-05-19 22:48:31 +0000
+++ libraries/libapparmor/autogen.sh	2013-12-02 21:23:42 +0000
@@ -37,6 +37,6 @@
 echo "Running autoconf"
 autoconf --force
 echo "Running libtoolize"
-libtoolize --automake
-echo "Running automake -ac"
+libtoolize --automake -c
+echo "Running automake"
 automake -ac


-- 
Kees Cook



More information about the AppArmor mailing list