# autoconf defaults # default prefix if not specified with ../configure --prefix=... if test "$prefix" = NONE; then prefix=$HOME/devel; fi # compiler options : ${CFLAGS:=-g -O3 -Wall} : ${CXXFLAGS:=${CFLAGS}} # genom components options, when configuring such a package case $ac_user_opts in *" with_templates "*) if test "${with_templates:-unset}" = unset; then # this compiles for the pocolibs middleware with_templates=pocolibs/server,pocolibs/client/c # this would also compile for the ros middleware # with_templates=$with_templates,ros/server,ros/client/c,ros/client/ros fi;; esac