diff options
| author | Keith Packard <keithp@keithp.com> | 2014-01-02 16:38:47 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-01-02 16:38:47 -0800 |
| commit | 24f3a56e541b0a9e6c6ee76081f441221a120ef9 (patch) | |
| tree | 79c99448516b25f9347d705b4ed50694ded913af | |
| parent | e2763622941bc35db9a2dbf16e10bb830af07d67 (diff) | |
autogen.sh: Implement GNOME Build API
http://people.gnome.org/~walters/docs/build-api.txt
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rwxr-xr-x | autogen.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,4 +9,6 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi |
