summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-12-09 01:57:09 +0000
committernobody <nobody@localhost>2003-12-09 01:57:09 +0000
commitab88a7d9d43b2f5bf4c9db447a5a2586784726bc (patch)
tree75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /autogen.sh
parent42806807b7d67bfe3f9585492128f4984dc31c87 (diff)
downloadshared-mime-info-ab88a7d9d43b2f5bf4c9db447a5a2586784726bc.tar.gz
This commit was manufactured by cvs2svn to create tag 'GDM2_2_6_0_5'.GDM2_2_6_0_5
svn path=/tags/GDM2_2_6_0_5/; revision=3169
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index fa8fee4b..00000000
--- a/autogen.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-PKG_NAME="Gnome Skeleton"
-
-(test -f $srcdir/configure.in \
-## put other tests here
-) || {
- echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level $PKG_NAME directory"
- exit 1
-}
-
-. $srcdir/macros2/autogen.sh