From a505cffcdd9645e1a4c3be302941e8a4a7d16037 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 25 Sep 2012 11:28:18 +0000 Subject: cleanup diff --git a/README b/README index e76943a..25faa5a 100644 --- a/README +++ b/README @@ -17,6 +17,9 @@ core: libgstreamer-plugins-base0.10-dev pkg-config +if you want to use clang as compiler + clang + if you want to rebuild the manpage: asciidoc diff --git a/src/configure b/src/configure index ff09e73..feb9123 100755 --- a/src/configure +++ b/src/configure @@ -27,12 +27,12 @@ set -e TARGET=`uname -s` EBUILD_COMPAT=0 +USE_CLANG=0 PREFIX='/usr/local' BINDIR='' MANDIR='' INSTALLMANPAGE=1 -USE_CLANG=0 print_usage() { echo "configure --help print this" @@ -59,12 +59,12 @@ do --mandir=*) MANDIR=${arg#--mandir=} ;; - --no-manpage) - INSTALLMANPAGE=0 - ;; --use-clang) USE_CLANG=1 ;; + --no-manpage) + INSTALLMANPAGE=0 + ;; --ebuild-compat) EBUILD_COMPAT=1 ;; -- cgit v0.10.2