configure fails without a proper error message for some values of --with-included-backends
Submitted by Phillip Berndt
Link to original bug (#756421)
Description
With earlier versions, I used to compile a static version of gdk-pixbuf with
--disable-modules --with-libjasper --with-included-loaders=ani,icns,pcx,ras,tga,png,pnm,wbmp,xbm,xpm,qtif,bmp,gif,ico,jpeg,tiff,jasper --enable-static
Starting with 2.32, this now fails due to a syntax error in configure, apparently: Individually, each of the loaders can be compiled in (--with-includd-loaders=SINGLE_LOADER). Some combinations also work (--with-included-loaders=ani,tga,png), but others do not (--with-included-loaders=ani,tga,png,pcx). They throw lots of
[...]
checking pixbuf loaders to build... ani,tga,png,pcx
./configure: line 425: printf %s\n: command not found
./configure: line 427: printf %s\n: command not found
./configure: line 8: printf %s\n: command not found
./configure: line 14: AMDEPBACKSLASH: command not found
./configure: line 15: AMDEP_FALSE: command not found
./configure: line 16: AMDEP_TRUE: command not found
./configure: line 17: AMTAR: command not found
./configure: line 18: AM_BACKSLASH: command not found
./configure: line 19: AM_DEFAULT_V: command not found
./configure: line 20: AM_DEFAULT_VERBOSITY: command not found
./configure: line 21: AM_V: command not found
./configure: line 22: AR: command not found
./configure: line 23: AR_FLAGS: command not found
./configure: line 24: AS: command not found
./configure: line 25: AUTOCONF: command not found
./configure: line 26: AUTOHEADER: command not found
./configure: line 27: AUTOMAKE: command not found
./configure: line 28: AWK: command not found
./configure: line 29: BASE_DEPENDENCIES_CFLAGS: command not found
[...]
messages.
Judging from the configure script, some formats were removed, so I can work around this, but configure /should/ throw a proper error message instead of failing this way..
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information