summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-22 12:17:33 -0400
committerSteve Dickson <steved@redhat.com>2015-04-23 08:29:45 -0400
commit489912cad88ff5e13477ae2f19baa93415c981db (patch)
tree9bf2fb57fab6c56b512e6fa682516cd929450bcc /autogen.sh
parent1a1f4650050b478b217b4e2ef04718ba18f676e4 (diff)
downloadti-rpc-489912cad88ff5e13477ae2f19baa93415c981db.tar.gz
Provide getrpcbynumber and getrpcbyname if those are missing
We enable the config.h again and check if getrpcbynumber and getrpcbyname exists on the building patform. If it does not exist, then provide those functions. This is needed for musl libc. Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3aef4d9..1613b6d 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,6 +37,6 @@ fi
aclocal
libtoolize --force --copy
-#autoheader
+autoheader
automake --add-missing --copy --gnu # -Wall
autoconf # -Wall