summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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