Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
autogen.sh
|
@@ -9,7 +9,7 @@ touch $directory/configure.in |
|
|
|
|
|
# Regenerate configuration files |
|
|
aclocal |
|
|
automake --foreign --include-deps |
|
|
automake --foreign --include-deps --add-missing --copy |
|
|
autoconf |
|
|
(cd test; aclocal; automake --foreign --include-deps; autoconf) |
|
|
|
|
|