From 3020945c78f6623b24af5a2395c0b429a9badb7d Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Tue, 20 Apr 2021 08:55:52 +0200
Subject: Update configuration advices.

---
 autogen.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 36cb017..c602584 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,8 @@
 
 ./tools/maint/init_potfiles.sh
 
-gettextize --no-changelog
+# Replace "gettextize --no-changelog"
+autopoint
 
 # Beware of acknowledgment!
 
@@ -31,5 +32,7 @@ automake --add-missing --copy
 autoconf
 
 # Define the way the program will be built
-#./configure --prefix=/dev/shm/chrysalide.git --enable-silent-rules --enable-debug CC=colorgcc CFLAGS="-fPIC"
-#./configure --prefix=/usr/local --enable-silent-rules CFLAGS="-fPIC"
+#  - for development:
+#./configure --prefix=/dev/shm/chrysalide --enable-silent-rules --enable-debug --with-local-resources
+#  - for production:
+#./configure --prefix=/usr/local --enable-silent-rules --disable-rpath
-- 
cgit v0.11.2-87-g4458