[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5168: cosmetics: Use line breaks in AC_CONFIG_FILES list for better readability.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 19 Nov 2010 22:15:42 -0000

------------------------------------------------------------
revno: 5168
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-11-19 23:13:31 +0100
message:
  cosmetics: Use line breaks in AC_CONFIG_FILES list for better readability.
modified:
  configure.ac


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac        2010-11-12 16:25:40 +0000
+++ configure.ac        2010-11-19 22:13:31 +0000
@@ -246,6 +246,10 @@
 
 
 
-AC_CONFIG_FILES([ Makefile doc/Doxyfile doc/HOWTO.xml tools/nsupdate.pl 
tools/hipdnsproxy/hipdnsproxy ])
+AC_CONFIG_FILES([ Makefile
+                  doc/Doxyfile
+                  doc/HOWTO.xml
+                  tools/hipdnsproxy/hipdnsproxy
+                  tools/nsupdate.pl ])
 
 AC_OUTPUT

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5168: cosmetics: Use line breaks in AC_CONFIG_FILES list for better readability. - noreply