Codebase list foomatic-filters / ubuntu/4.0.6-0ubuntu1 make_configure
ubuntu/4.0.6-0ubuntu1

Tree @ubuntu/4.0.6-0ubuntu1 (Download .tar.gz)

make_configure @ubuntu/4.0.6-0ubuntu1raw · history · blame

#!/bin/sh
autoheader
aclocal
autoconf
automake -ac

REVNO=`bzr revno 2> /dev/null`
if [ -z $REVNO ]; then
    echo `cat VERSION` > VERSION.full
else
    echo `cat VERSION`.$REVNO > VERSION.full
fi


#perl -p -i -e "s=\#include <xmlversion.h>=\#include <libxml/xmlversion.h>=g" configure