mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 12:44:57 +02:00
🚀 feat(kali): thanks to kalilinux.org
This commit is contained in:
13
usr/lib/win-kex/VcXsrv/bitmaps/autogen.sh
Executable file
13
usr/lib/win-kex/VcXsrv/bitmaps/autogen.sh
Executable file
@@ -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 "$@"
|
||||
|
Reference in New Issue
Block a user