File: make_configure

package info (click to toggle)
foomatic-filters 4.0.17-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,112 kB
  • sloc: ansic: 6,371; sh: 2,532; makefile: 147; perl: 93; python: 8
file content (15 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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