diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-18 09:03:47 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-18 09:03:47 +0000 |
commit | 694247a948d68f711c822c2ffaa9032b3cf4255b (patch) | |
tree | 4c388b682b068a4237572ccacafa975073e22967 /autogen.sh | |
parent | eec95d13f408f5489fe8c6b611d080c275c541fb (diff) |
Update autogen.sh to one that does objdir != srcdir.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,4 +10,3 @@ autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? $srcdir/configure --enable-maintainer-mode "$@" - |