diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 09:02:03 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 09:02:03 +0000 |
| commit | e0c10d684e412a71f9da9bafdde728c94ae9e8aa (patch) | |
| tree | 54516efce454ea71c6c8f9c9b0d40fb66cffec69 /autogen.sh | |
| parent | 6a2c0a7785a3b60e57e796d7d148c25314fec9d3 (diff) | |
Reverting my last 2 commits in an attempt to fix my own screwball mistake.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1873 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 8f047c99a..000000000 --- a/autogen.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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" |
