diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-09 13:06:00 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-09 13:06:00 +0000 |
commit | 0c922e18017b337db4580f44709666589482e747 (patch) | |
tree | 5caa3399a19730cb5a725ce7e1be3a208184462d /autogen.sh | |
parent | 5e1dd23ad5ed2fe8b0a618a9f9e10eac1694fe2b (diff) | |
download | usdx-0c922e18017b337db4580f44709666589482e747.tar.gz usdx-0c922e18017b337db4580f44709666589482e747.tar.xz usdx-0c922e18017b337db4580f44709666589482e747.zip |
autogen.sh moved back to root
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1352 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..8f551bff --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/sh +AUTOGEN_DIR=dists/autogen +aclocal -I ${AUTOGEN_DIR}/m4 && autoconf |