diff options
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |