summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-04-20 06:55:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-04-20 18:30:12 (GMT)
commit3020945c78f6623b24af5a2395c0b429a9badb7d (patch)
tree3b2c4b08179d8a2c77bdd9bebf7827b972966ad6
parent7e7cf1926d3159d32caeb1ebdeaebd9ddf1a83bd (diff)
Update configuration advices.
-rwxr-xr-xautogen.sh9
1 files 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