This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
08d9e57bf6
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-11 06:43:59 +03: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-25 02:54:58 +04:00
autoreconf -ivf -Wall
Reference in New Issue
Copy Permalink