This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
forked from
wolfSSL/wolfssl
Code
Pull Requests
Activity
Files
80326fa1fa7aa5298b1a4e38e2022238793167fd
wolfssl
/
autogen.sh
7 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
This adds an autogen.sh script; it will generate configure scripts Signed-off-by: Jacob Appelbaum <jacob@appelbaum.net>
2011-03-10 19:43:59 -08:00
#!/bin/sh
#
# Create configure and makefile stuff...
#
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
2011-08-24 15:54:58 -07:00
autoreconf -ivf -Wall
Copy Permalink