]> git.cworth.org Git - fips/commitdiff
configure: Fix generated comment for BINDIR_TO_LIBFIPSDIR
authorCarl Worth <cworth@cworth.org>
Mon, 7 Oct 2013 22:39:12 +0000 (15:39 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 7 Oct 2013 22:39:12 +0000 (15:39 -0700)
The variable names were misspelled before, (incorrect case), so the
comment was being generated with empty values for the two variables,
(making it less than useful).

configure

index baa38a0319e30e4df14d1dab82251f926ea5418f..f0f1a2188eeed82d9a3468f1374b33771fbf0da7 100755 (executable)
--- a/configure
+++ b/configure
@@ -567,6 +567,6 @@ EOF
 cat > config.h <<EOF
 /* Generated by configure. */
 
 cat > config.h <<EOF
 /* Generated by configure. */
 
-/* Relative path from ${bindir} to ${libdir} */
+/* Relative path from ${BINDIR} to ${LIBDIR}/fips */
 #define BINDIR_TO_LIBFIPSDIR "$(relative_path ${BINDIR} ${LIBDIR})/fips"
 EOF
 #define BINDIR_TO_LIBFIPSDIR "$(relative_path ${BINDIR} ${LIBDIR})/fips"
 EOF