From 5e1dd23ad5ed2fe8b0a618a9f9e10eac1694fe2b Mon Sep 17 00:00:00 2001
From: tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Tue, 9 Sep 2008 12:50:50 +0000
Subject: - better conformance of Makefiles to GNU coding standards   -
 bindir/prefix, etc. can be changed anytime make is performed and is not
 hardcoded on configure time anymore   - paths are written to the intermediate
 paths.inc file (instead of config-xyz.inc)   - binary is not stripped anymore
 - fpc.m4 rewrite   - additional options like heaptrace, range-checks   -
 noexecstack workaround   - some more changes - configure.ac helper functions
 moved to ax_ectract_version.m4 and pkg_config_utils.m4 - some icons moved
 from artwork to icons

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1351 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 src/config.inc.in | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'src/config.inc.in')

diff --git a/src/config.inc.in b/src/config.inc.in
index 870c35fd..004f8413 100644
--- a/src/config.inc.in
+++ b/src/config.inc.in
@@ -3,12 +3,6 @@
  * @configure_input@
  *****************************************************************}
 
-{* Paths *}
-
-{$IFDEF IncludeConstants}
-  INSTALL_DATADIR = '@INSTALL_DATADIR@';
-{$ENDIF}
-
 {* Libraries *}
 
 {$@DEFINE_HAVE_FFMPEG@ HaveFFmpeg}
-- 
cgit v1.2.3