]> git.draconx.ca Git - dxcommon.git/blobdiff - tests/libs.at
fix-gnulib: Reduce build-time impact of symbol renaming.
[dxcommon.git] / tests / libs.at
index 8689c380d6fba819652c7eb576fae1da7f21463e..c57f68076cb60aec3d1680daad7042026fd74df4 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright © 2019 Nick Bowler
+dnl Copyright © 2019-2020, 2022 Nick Bowler
 dnl
 dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
 dnl This is free software: you are free to do what the fuck you want to.
@@ -21,6 +21,7 @@ do
   case \$arg in
   --cflags) cflags=]$1[;;
   --libs) libs=]$2[;;
+  --atleast-pkgconfig-version) exit;;
   esac
 done
 printf '%s %s\n' "\$cflags" "\$libs"