1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh -e ./configure \ --prefix=/usr \ --disable-static \ --enable-shared \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes make make DESTDIR="$1" install