mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
8 lines
243 B
Bash
Executable File
8 lines
243 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This file was added for compatibility with some automated build systems.
|
|
# It is recommended to use 'bootstrap' directly instead.
|
|
|
|
ag_srcdir="${0%/*}" && ag_srcdir="${ag_srcdir}${ag_srcdir:+/}"
|
|
"${ag_srcdir}./bootstrap" ${1+"$@"}
|