diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 18:56:10 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 18:56:10 +0200 |
commit | cf052f54be886ed1b98623147e4c1e6bb56a1d65 (patch) | |
tree | a3f526e112889e11a6ec4e46b6c9b9c5842944f6 /GNUmakefile | |
parent | c4532895205bf506aad41a577609fc3776624408 (diff) | |
download | fbida-cf052f54be886ed1b98623147e4c1e6bb56a1d65.tar.gz |
move libjpeg version detect to script
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3b1b567..23d4656 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,8 +60,7 @@ include $(srcdir)/mk/Autoconf.mk ac_jpeg_ver = $(shell \ $(call ac_init,for libjpeg version);\ - $(call ac_s_cmd,echo JPEG_LIB_VERSION \ - | cpp -include jpeglib.h | tail -n 1);\ + $(call ac_s_cmd,scripts/jpeg-version.sh);\ $(call ac_fini)) define make-config |