]> git.meshlink.io Git - meshlink/blobdiff - autogen.sh
Put #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the correct places.
[meshlink] / autogen.sh
index c0083be9c9ab31a762324d0f502a41bccbfb8555..21a0f4c1283cb6b560f0341dbbadfd58d09a0dda 100644 (file)
@@ -4,7 +4,10 @@
 
 DIE=0
 
-alias make=${MAKE:-make}
+if ${MAKE:-gmake} -q -C . autogen.sh 2> /dev/null
+then
+  alias make=${MAKE:-gmake}
+fi
 
 srcdir="`/bin/pwd`"