khanat-opennel-code/code/nelns/autogen.sh
Fabien_HENON 11298004e9 Updating the world_editor_classes.xml file for the guild missions
- Adding new actions for guild missions
- Adding the guild option for some actions
- Adding the nb_guild_members_needed option for the objectives
2011-05-23 16:09:14 +02:00

15 lines
390 B
Bash
Executable file

#!/bin/sh -
WANT_AUTOMAKE="1.6"
echo "Creating macros..." && \
aclocal -I automacros/ && \
echo "Creating library tools..." && \
libtoolize --force && \
echo "Creating header templates..." && \
autoheader && \
echo "Creating Makefile templates..." && \
automake --gnu --add-missing && \
echo "Creating 'configure'..." && \
autoconf && \
echo -e "\nRun: ./configure; make; make install\n"