File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
# ----------------------------------------------------------------------------
5
5
AC_PREREQ ( [ 2.54] )
6
6
7
- AC_INIT ( [ megaglest] , [ 3.3.7] , [ matze@braunis.de] )
7
+ AC_INIT ( [ megaglest] , [ 3.3.7.2 ] , [ matze@braunis.de] )
8
8
AC_CONFIG_SRCDIR ( [ mk/jam/build.jam] )
9
9
AC_CONFIG_AUX_DIR ( [ mk/autoconf] )
10
10
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ AUTOCONFSTUFF="configure.ac autogen.sh Jamrules Jamfile `find mk/jam -name "*.ja
22
22
cp -p --parents $AUTOCONFSTUFF $RELEASEDIR
23
23
cp -p ../../docs/readme* .txt ../../docs/* license* .txt $RELEASEDIR
24
24
cp -p glest.ini $RELEASEDIR
25
+ cp -p glestkeys.ini $RELEASEDIR
26
+ cp -p servers.ini $RELEASEDIR
27
+ cp -p glest.ico $RELEASEDIR
25
28
26
29
pushd $RELEASEDIR
27
30
./autogen.sh
You can’t perform that action at this time.
0 commit comments