~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
echo "   automake:   $(automake --version | head -1)"
74
74
echo "   libtoolize: $(libtoolize --version | head -1)"
75
75
 
 
76
rm -rf autom4te.cache
 
77
 
76
78
set -e
77
79
po/update-potfiles
78
80
autopoint --force $AP_OPTS
 
81
if ! grep -q datarootdir po/Makefile.in.in; then
 
82
        echo autopoint does not honor dataroot variable, patching.
 
83
        sed -i -e 's/^datadir *=\(.*\)/datarootdir = @datarootdir@\
 
84
datadir = @datadir@/g' po/Makefile.in.in
 
85
fi
79
86
libtoolize --force $LT_OPTS
80
87
aclocal -I m4 $AL_OPTS
81
88
autoconf $AC_OPTS