summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 0250c30..36cb017 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
# Define internationalization (i18n)
-./tools/ipf/init_potfiles.sh
+./tools/maint/init_potfiles.sh
gettextize --no-changelog
@@ -31,5 +31,5 @@ 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
-#./configure --prefix=/usr/local --enable-silent-rules
+#./configure --prefix=/dev/shm/chrysalide.git --enable-silent-rules --enable-debug CC=colorgcc CFLAGS="-fPIC"
+#./configure --prefix=/usr/local --enable-silent-rules CFLAGS="-fPIC"