diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index 4b51a10c76..267560d8a9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,6 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -#!/bin/sh -# Run this to generate all the initial makefiles, etc. - srcdir=`dirname $0` test -z "$srcdir" && srcdir=. |