File: autogen.sh

package info (click to toggle)
pragha 1.3.4-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,256 kB
  • sloc: ansic: 31,154; makefile: 936; xml: 43; sh: 7
file content (10 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo "Running Xfce Developer Tools..."

xdt-autogen $@
if [ $? -ne 0 ]; then
  echo "xdt-autogen Failed"
  echo "Prease, install xfce4-dev-tools"
  echo "or verify Errors"
fi