mirror of https://github.com/OISF/suricata
autotools: add automatic files generation
This patch modifies autogen.sh so that it is able to generate config.sub, config.guess and ltmain.sh files which are not anymore part of the git tree.remotes/origin/master-1.0.x
parent
c8f00c1b7d
commit
fcac4d2896
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
libtoolize -c
|
||||
autoreconf -fv --install
|
||||
echo "You can now run \"./configure\" and then \"make\"."
|
||||
|
Loading…
Reference in New Issue