Codebase list foomatic-filters / debian/4.0.5-2 make_configure
debian/4.0.5-2

Tree @debian/4.0.5-2 (Download .tar.gz)

make_configure @debian/4.0.5-2raw · 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