Module: xenomai-gch
Branch: for-2.4
Commit: d7877d0a78f444d1c6b3c6fb01eea0b2939ed009
URL:    
http://git.xenomai.org/?p=xenomai-gch.git;a=commit;h=d7877d0a78f444d1c6b3c6fb01eea0b2939ed009

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Aug 19 15:31:54 2009 +0200

scripts: use default autoconf version

---

 scripts/bootstrap |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap b/scripts/bootstrap
index 62567ad..071de32 100755
--- a/scripts/bootstrap
+++ b/scripts/bootstrap
@@ -17,9 +17,9 @@ echo "done"
 echo -n "running aclocal..."
 if test -r acinclude.m4; then
    touch acinclude.m4
-   aclocal-1.10
+   aclocal
 else
-   aclocal-1.10 -I config
+   aclocal -I config
 fi
 if [ "$?" != "0" ]; then die "running aclocal"; fi
 echo "done"
@@ -40,7 +40,7 @@ if [ "$?" != "0" ]; then die "running autoconf"; fi
 echo "done"
 
 echo -n "running automake..."
-automake-1.10 -a -c
+automake -a -c
 if [ "$?" != "0" ]; then die "running automake"; fi
 echo "done"
 


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to