Skip to content

Commit

Permalink
New file
Browse files Browse the repository at this point in the history
  • Loading branch information
potyl committed Apr 12, 2010
1 parent b6966a0 commit 41af3ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions autogen.sh
@@ -0,0 +1,19 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="gedit-scrollpaste"

(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
}

which gnome-autogen.sh || {
echo "You need to install gnome-common"
exit 1
}
REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh

0 comments on commit 41af3ff

Please sign in to comment.