[gbrainy/autogen] Remove GCC params
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy/autogen] Remove GCC params
- Date: Tue, 19 Mar 2019 10:33:04 +0000 (UTC)
commit 4d0e47c65e8d8e196ef10c0213db3935d2268519
Author: Jordi Mas <jmas softcatala org>
Date: Tue Mar 19 11:29:32 2019 +0100
Remove GCC params
autogen.sh | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 48440c7e..0054fff0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -166,13 +166,11 @@ do
fi
done
-conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
-
cd "$ORIGDIR"
if test x$NOCONFIGURE = x; then
- echo Running $srcdir/configure $conf_flags "$@" ...
- $srcdir/configure $conf_flags "$@" \
+ echo Running $srcdir/configure "$@" ...
+ $srcdir/configure "$@" \
&& echo Now type \`make\' to compile $PROJECT || exit 1
else
echo Skipping configure process.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]