File: autogen.sh

package info (click to toggle)
libexif-gtk 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 600 kB
  • sloc: ansic: 4,341; makefile: 96; sh: 1
file content (17 lines) | stat: -rwxr-xr-x 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# recreate autotools files
autoreconf --install --force

# check minimum required versions
#if which gtkdoc-depscan &> /dev/null; then
#  echo "Minimum required versions:"
#  gtkdoc-depscan --book=glib --book=gdk-pixbuf --book=gdk \
#				 --book=gtk gtk-extensions/* | cut -d ' ' -f 2  | sort | uniq
#fi
#
#if which gtkdoc-depscan &> /dev/null; then
#  echo "Minimum required versions:"
#  gtkdoc-depscan --book=glib --book=gdk-pixbuf --book=gdk \
#				 --book=gtk libexif-gtk/* | cut -d ' ' -f 2  | sort | uniq
#fi