diff options
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 5164b66..0000000 --- a/autogen.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -which gnome-autogen.sh || { - echo "Could not find 'gnome-autgen.sh'. Is gnome-common installed?" - exit 1 -} - -. gnome-autogen.sh - |