[rtems commit] Reformat AC_INIT.

Ralf Corsepius ralf at rtems.org
Thu Jul 19 14:58:58 UTC 2012


Module:    rtems
Branch:    master
Commit:    d7af3360ca869bc4150f2d9a05c1409c902e8320
Changeset: http://git.rtems.org/rtems/commit/?id=d7af3360ca869bc4150f2d9a05c1409c902e8320

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Thu Jul 19 17:00:56 2012 +0200

Reformat AC_INIT.

---

 c/src/lib/libbsp/lm32/milkymist/configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/lm32/milkymist/configure.ac b/c/src/lib/libbsp/lm32/milkymist/configure.ac
index 9a63c74..733f050 100644
--- a/c/src/lib/libbsp/lm32/milkymist/configure.ac
+++ b/c/src/lib/libbsp/lm32/milkymist/configure.ac
@@ -1,8 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([rtems-c-src-lib-libbsp-lm32-milkymist],
-  [_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
+AC_INIT([rtems-c-src-lib-libbsp-lm32-milkymist],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([bsp_specs])
 RTEMS_TOP(../../../../../..)
 




More information about the vc mailing list