stringi-set: New functions for not necessarily null terminated strings.
[pspp] / doc / automake.mk
index def0dbf395218a9aa634c7af75b648b39d130f8f..b928691085d4ecefd4d0556dfbba6b13ede7ced6 100644 (file)
@@ -61,8 +61,7 @@ doc_pspp_dev_TEXINFOS = doc/version-dev.texi \
        doc/dev/portable-file-format.texi \
        doc/dev/spv-file-format.texi \
        doc/dev/tlo-file-format.texi \
-       doc/dev/encrypted-file-wrappers.texi \
-       doc/dev/q2c.texi
+       doc/dev/encrypted-file-wrappers.texi
 
 dist_man_MANS += doc/pspp.1 \
                  doc/psppire.1
@@ -190,7 +189,7 @@ pspp_output = native/utilities/pspp-output
 
 native/Makefile:
        $(MKDIR_P) native
-       (cd native && $(abs_top_srcdir)/configure --host=$$build --without-gui)
+       (cd native && $(abs_top_srcdir)/configure --host=$(build) --without-gui)
 
 native/gl/libgl.la: native/Makefile
        (cd native && flock --verbose $(top_builddir)/native-lock $(MAKE) gl/libgl.la)