#!/bin/sh
# This generates a default configuration file without
# asking any question

cp -f misc/config.h.default config.h
cat version.h >> config.h
rm -f pixmaps/default

cd pixmaps
ln -s fusion default
cd ..

xmkmf
