diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-18 09:03:45 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-18 09:03:45 +0000 |
commit | 9c77cb886ab91770f0788caadead23f0a1f5e851 (patch) | |
tree | 056827ea0b05eaca5fcc7bfa3151614e14f0972d | |
parent | 44aca00a9e046b4fb7fa4eb4f00e76ad8b9a2b9a (diff) |
Update autogen.sh to one that does objdir != srcdir.
-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 "$@" - |