diff options
author | Thomas White <taw@physics.org> | 2012-03-07 14:06:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-07 14:06:13 +0100 |
commit | 97bfae1660cc0cf968ba54ac1b6f15c0e360cf57 (patch) | |
tree | 74b6803bb31ecb729ae6b338ec2dc99b058a5a22 | |
parent | eb3b46f152da5faf247d3bde66e9dd47dfd2f35d (diff) |
Fix autogen.sh
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh aclocal -I m4 +gtkdocize --copy autoconf autoheader automake -ac -gtkdocize --copy || exit 1 |