[augeas-devel] Augeas on OSX

Rizwan Kassim rizwank at geekymedia.com
Wed May 21 03:07:55 UTC 2008


I've been looking at getting Augeas to build on OSX. It's not a tough
task, just some script changes and some sussing out of different OSX
library methods that I'm not familiar with. Right now I'm hung up on
errors requiring argz.h, will try to look at those later this week.

I do have a patch to autogen.sh

diff -r f6ad39f818de autogen.sh
--- a/autogen.sh	Fri May 16 12:14:50 2008 -0700
+++ b/autogen.sh	Tue May 20 20:07:11 2008 -0700
@@ -7,6 +7,13 @@

 THEDIR=`pwd`
 cd $srcdir
+
+#Check for OSX
+libtoolize=libtoolize
+case "`uname`" in
+Darwin*) libtoolize=glibtoolize;;
+esac
+

 DIE=0

@@ -37,7 +44,7 @@
 fi

 aclocal
-libtoolize --force
+$libtoolize --force
 automake --add-missing
 autoconf

Any advice always appreciated!
-- 
Rizwan Kassim
Software and Systems Engineer, uWink Interactive Bistro
http://www.geekymedia.com

If there is any great secret of success in life, it lies in the
ability to put yourself in the other's place and to see things from
his point of view -- as well as your own.
-- Henry Ford




More information about the augeas-devel mailing list