mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 14:22:31 +02:00
autogen.sh: Cleanup
m4 directory exists, force parameter is not needed. Remove commented out "old way". Signed-off-by: Petr Vorel <pvorel@suse.cz> Reviewed-by: Bruno Meneguele <bmeneg@redhat.com>(Fedora,CentOS 8(RHEL actually)) Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
83e7925cbe
commit
ccbac508b5
14
autogen.sh
14
autogen.sh
@ -1,16 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# new way
|
autoreconf -i
|
||||||
# strange, but need this for Makefile.am, because it has -I m4
|
|
||||||
test -d m4 || mkdir m4
|
|
||||||
autoreconf -f -i
|
|
||||||
|
|
||||||
# old way
|
|
||||||
#libtoolize --automake --copy --force
|
|
||||||
#aclocal
|
|
||||||
#autoconf --force
|
|
||||||
#autoheader --force
|
|
||||||
#automake --add-missing --copy --force-missing --gnu
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user