Skip to content
Snippets Groups Projects
Commit 8ec71a09 authored by Christoph Knote's avatar Christoph Knote
Browse files

Fixed it?

parent 8d199c97
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
buildDir=$1
set -x
# fancy shit: no wildcards in automake, add all files to be distributed with BOXMOX/KPP explicitly
cp Makefile.am_BLUEPRINT Makefile.am
......
......@@ -4,7 +4,7 @@ dnl Finally run make to generate the project.
AC_INIT([boxmox], [1.8], [christoph.knote@med.uni-augsburg.de])
dnl we use the build type foreign here instead of gnu because I do not have a NEWS file and similar, yet.
AM_INIT_AUTOMAKE([-Wall foreign tar-ustar])
AM_INIT_AUTOMAKE([-Wall foreign tar-pax])
AC_PROG_CC
AC_PROG_LEX(noyywrap)
AC_PROG_YACC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment