Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
[pspp] / modules / stdint
index e919880f0aa6673671a23aa66de4984cc62e795c..8441aba357fe68f74687cbfacad5876e09a3c6c5 100644 (file)
@@ -21,7 +21,7 @@ EXTRA_DIST += stdint_.h
 # doesn't have one that works with the given compiler.
 all-local $(lib_OBJECTS): $(STDINT_H)
 stdint.h: stdint_.h
-       sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONGLONG_64BIT@/$(HAVE_LONGLONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t
+       sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += stdint.h stdint.h-t