Skip to content
Snippets Groups Projects
Commit 3853a737 authored by Christian Engwer's avatar Christian Engwer
Browse files

small error in the example autogen.sh

[[Imported from SVN: r4520]]
parent c1c8689b
No related branches found
No related tags found
No related merge requests found
......@@ -726,7 +726,7 @@ for OPT in "$@"; do
;;
-h|--help) usage ; exit 0 ;;
*)
if test -f "$OPT/m4"; then
if test -d "$OPT/m4"; then
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $(cd $OPT/m4; pwd)"
fi
if test -d "$OPT/am"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment