summaryrefslogtreecommitdiff
path: root/src/charon/plugins/nm/gnome/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/plugins/nm/gnome/autogen.sh')
-rwxr-xr-xsrc/charon/plugins/nm/gnome/autogen.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/charon/plugins/nm/gnome/autogen.sh b/src/charon/plugins/nm/gnome/autogen.sh
deleted file mode 100755
index 25847e7c3..000000000
--- a/src/charon/plugins/nm/gnome/autogen.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-REQUIRED_AUTOMAKE_VERSION=1.7
-PKG_NAME=NetworkManager-strongswan
-
-which gnome-autogen.sh || {
- echo "You need to install gnome-common from the GNOME CVS"
- exit 1
-}
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
-
-