File: autogen.sh

package info (click to toggle)
volumeicon 0.5.1%2Bgit20170117-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 544 kB
  • ctags: 313
  • sloc: ansic: 2,610; makefile: 48; sh: 17
file content (6 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

autoreconf -if || exit 1
# output of glib-gettextize is silenced because it is confusing
glib-gettextize --force --copy > /dev/null || { echo "glib-gettextize failed"; exit 1; }
intltoolize --force --copy --automake