diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 33daed40..be3a5223 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -334,13 +334,6 @@ AC_DEFINE_DIR([PACKAGE_LOCALE_DIR], [rootdatadir/locale], [gettext catalogs]) | |||
334 | packagesrcdir=`cd $srcdir && pwd` | 334 | packagesrcdir=`cd $srcdir && pwd` |
335 | AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir]) | 335 | AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir]) |
336 | 336 | ||
337 | # We define the paths here, because MinGW/GCC expands paths | ||
338 | # passed through the command line ("-DDATADIR=..."). This would | ||
339 | # lead to hard-coded paths ("C:\mingw\mingw\bin...") that do | ||
340 | # not contain the actual GNUnet installation. GNUnet usually lives in | ||
341 | # "C:\Program Files\GNU\GNUnet\bin". | ||
342 | AC_DEFINE_DIR([DATADIR], [rootdatadir/gnunet-gtk], [The directory for installing read-only architecture-independent data]) | ||
343 | |||
344 | AC_OUTPUT([ | 337 | AC_OUTPUT([ |
345 | Makefile | 338 | Makefile |
346 | doc/Makefile | 339 | doc/Makefile |