This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 configure.ac |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit f1f5a11e86f0e004143fdd8090e7bdfee4f3b5cf
Author: Bob Spencer <[EMAIL PROTECTED]>
Date:   Fri Aug 15 15:47:13 2008 -0700

    Replaced $(datadir) with ${datadir} in configure.ac to prevent warnings on 
some systems


Diff in this email is a maximum of 400 lines.
diff --git a/configure.ac b/configure.ac
index 6af61ae..56b4c5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,19 +28,19 @@ if test "x$GCC" = "xyes"; then
        GCC_FLAGS="-g -Wall"
 fi
 
-helloworlddir = $(datadir)/helloworld
+helloworlddir = ${datadir}/helloworld
 AC_SUBST(helloworlddir)
 
-appledir = $(datadir)/apple
+appledir = ${datadir}/apple
 AC_SUBST(appledir)
 
-colortextdir = $(datadir)/colortext
+colortextdir = ${datadir}/colortext
 AC_SUBST(colorttextdir)
 
-squaresdir = $(datadir)/squares
+squaresdir = ${datadir}/squares
 AC_SUBST(squaresdir)
 
-desktopdir = $(datadir)/applications
+desktopdir = ${datadir}/applications
 AC_SUBST(desktopdir)
 
 # Checks for typedefs, structures, and compiler
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to