]> git.pond.sub.org Git - empserver/commitdiff
When sources.mk is needed to find directories, don't test whether it's
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Feb 2006 17:41:17 +0000 (17:41 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Feb 2006 17:41:17 +0000 (17:41 +0000)
there, just use it.  If it's not there, things will fail down the
road.  Better to fail early.

configure.ac

index 73627f02452ac75a0e230a7876e4fadaf1455145..46811a0cdb06ef52b3e5f6f74a3aa389c5e81d85 100644 (file)
@@ -142,7 +142,7 @@ AC_CONFIG_COMMANDS([stamp-h],
        [if test $cvs_controlled = yes; then
            mkdir -p `cd $srcdir && $AWK -f src/scripts/cvsfiles.awk \
                | sed -n '/\//s,/@<:@^/@:>@*$,,gp'| uniq`
-       elif test -f $srcdir/sources.mk; then
+       else
            mkdir -p `sed s/.*=// <$srcdir/sources.mk | tr ' ' '\012' \
                | sed -n '/\//s,/@<:@^/@:>@*$,,gp'| uniq`
        fi