gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r809 - GNUnet


From: durner
Subject: [GNUnet-SVN] r809 - GNUnet
Date: Tue, 24 May 2005 09:22:05 -0700 (PDT)

Author: durner
Date: 2005-05-24 09:22:00 -0700 (Tue, 24 May 2005)
New Revision: 809

Modified:
   GNUnet/configure.ac
Log:
fix case

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-05-24 11:36:18 UTC (rev 808)
+++ GNUnet/configure.ac 2005-05-24 16:22:00 UTC (rev 809)
@@ -135,7 +135,7 @@
 # lead to hard-coded paths ("C:\mingw\mingw\bin...") that do
 # not contain the actual GNUnet installation. GNUnet usually lives in
 # "C:\Program Files\GNU\GNUnet\bin".
-AC_DEFINE_DIR([DATADIR], [datadir/gnunet], [The directory for installing 
read-only architecture-independent data])
+AC_DEFINE_DIR([DATADIR], [datadir/GNUnet], [The directory for installing 
read-only architecture-independent data])
 AC_DEFINE_DIR([LOCALEDIR], [datadir/locale], [gettext catalogs])
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]