From 62d307621ac76863ca477108a725e00c754b9406 Mon Sep 17 00:00:00 2001 From: William Metcalf Date: Thu, 18 Feb 2010 13:14:26 -0600 Subject: [PATCH] switch from autojunk.sh to more standard autogen.sh --- autogen.sh | 4 ++++ doc/INSTALL | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000000..6bfe35be65 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. +autoreconf -fv --install +echo "You can now run \"./configure\" and then \"make\"." diff --git a/doc/INSTALL b/doc/INSTALL index 1f97d8119a..c09f6dfc27 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -69,7 +69,7 @@ For Debian/Ubuntu Users cd suricata. If building from git sources: - bash autojunk.sh + bash autogen.sh #else ./configure @@ -106,7 +106,7 @@ For Fedora Core Users cd suricata. If building from git sources: - bash autojunk.sh + bash autogen.sh #else ./configure @@ -163,7 +163,7 @@ For CentOS5 Users cd suricata. If building from git sources: - bash autojunk.sh + bash autogen.sh #else ./configure @@ -205,7 +205,7 @@ For Mac OS X Users cd suricata. If building from git sources: - bash autojunk.sh + bash autogen.sh #else ./configure @@ -241,7 +241,7 @@ For FreeBSD 8 Users cd suricata. If building from git sources: - bash autojunk.sh + bash autogen.sh #else ./configure