autogen.sh
author Samuel Tesla <stesla@engineyard.com>
Mon, 09 Mar 2009 18:05:59 -0500
changeset 593 2c04915af500
parent 582 e25522f3c098
child 634 bf5a813120aa
permissions -rwxr-xr-x
Update release information files. * Combined AUTHORS and CONTRIBUTORS. * Added some more folks to the AUTHORS file based on commit history. * Added Makefile recipe to dynamically generate ChangeLog from last annotated tag or a specified ref. * Added ignores for tarballs and ChangeLog.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     1
#!/bin/sh
138
210cf8993393 2006-04-12 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 124
diff changeset
     2
# Run this to generate all the initial makefiles, etc.
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     3
582
e25522f3c098 Gut autogen.sh and replace most of it with autoreconf.
Samuel Tesla <stesla@engineyard.com>
parents: 302
diff changeset
     4
: ${AUTORECONF=autoreconf}
138
210cf8993393 2006-04-12 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 124
diff changeset
     5
: ${GTKDOCIZE=gtkdocize}
124
de7f74dbf83c 2005-07-30 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 1
diff changeset
     6
582
e25522f3c098 Gut autogen.sh and replace most of it with autoreconf.
Samuel Tesla <stesla@engineyard.com>
parents: 302
diff changeset
     7
$GTKDOCIZE || exit 1
e25522f3c098 Gut autogen.sh and replace most of it with autoreconf.
Samuel Tesla <stesla@engineyard.com>
parents: 302
diff changeset
     8
$AUTORECONF --install || exit 1