1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 07:13:13 +02:00

add a standard autogen.sh, might be useful

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1226 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-09-30 18:45:11 +00:00
parent 5587d9a543
commit 6e0bee3ab1
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
echo "Generating build information using aclocal, autoheader, automake and autoconf."
echo
# Regerate configuration files
aclocal
autoheader
automake --gnu --add-missing --copy
autoconf
echo
echo "Now you are ready to run ./configure"