[tasque] [build] Fix "omit leading './' from config file names" warning



commit 46d407fe66bc6cec14d80217e0059825efbc8027
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sat Aug 25 00:17:38 2012 +0200

    [build] Fix "omit leading './' from config file names" warning

 configure.ac |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a1f4130..3f3e47f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,16 +244,16 @@ AC_SUBST(GACUTIL_FLAGS)
 ### End GAC tool ###
 
 AC_CONFIG_FILES([
-./Makefile
-./RtmNet/Makefile
-./src/Makefile
-./src/tasque.pc
-./src/Backends/Makefile
-./src/Backends/IceCore/Makefile
-./data/Makefile
-./data/images/Makefile
-./data/sounds/Makefile
-./po/Makefile.in
+Makefile
+RtmNet/Makefile
+src/Makefile
+src/tasque.pc
+src/Backends/Makefile
+src/Backends/IceCore/Makefile
+data/Makefile
+data/images/Makefile
+data/sounds/Makefile
+po/Makefile.in
 ])
 
 #./src/Backends/Dummy/Makefile



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