From 8c72b730bef6f3c5c4b5daece1d2baa84f663f7f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 14 Apr 2009 20:13:13 +0200 Subject: do not use libtool --- autogen.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index fb96d4a..136ca78 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,24 +8,15 @@ CFLAGS="-g -Wall \ -Wpointer-arith -Wsign-compare -Wchar-subscripts \ -Wstrict-prototypes -Wshadow \ -Wformat=2 -Wtype-limits" -args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux" -libdir=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd)) +args="--prefix=/usr --exec-prefix=" case "$1" in *install|"") - args="$args --with-libdir-name=$libdir" export CFLAGS="$CFLAGS -O2" echo " configure: $args" echo ./configure $args ;; - *devel) - args="$args --enable-debug --with-libdir-name=$libdir" - export CFLAGS="$CFLAGS -O0" - echo " configure: $args" - echo - ./configure $args - ;; *clean) ./configure make maintainer-clean -- cgit