diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-03 10:58:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-03 10:58:34 +0000 |
commit | a4b42f22462a5812975824e6f3d1fadb3127c5af (patch) | |
tree | f83bd86b08e5e2e6998939b73d15eaa4c8486a4d /app/xfontsel | |
parent | 26995d7e773d45a912df7323350da1491fc2ec1b (diff) |
Import xfontsel version 1.0.2
Diffstat (limited to 'app/xfontsel')
-rw-r--r-- | app/xfontsel/autogen.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/xfontsel/autogen.sh b/app/xfontsel/autogen.sh new file mode 100644 index 000000000..e81f98910 --- /dev/null +++ b/app/xfontsel/autogen.sh @@ -0,0 +1,13 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" + |