[tasque] [build] Fix "omit leading './' from config file names" warning
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque] [build] Fix "omit leading './' from config file names" warning
- Date: Wed, 29 Aug 2012 18:17:36 +0000 (UTC)
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]