commit cbd8d83c59ad069c0a0eb6e251406dbb86aa0351 parent 63f0cd7c063da78f22261563e7312b1221d0bcd7 Author: Naveen Narayanan zerous <zerous@nocebo.space> Date: Tue, 20 Feb 2018 16:56:59 +0300 Remove unnecessary configure scripts. Diffstat:
config.bsd.mk | | | 10 | ---------- |
config.def.h | | | 1 | - |
configure | | | 10 | ---------- |
3 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/config.bsd.mk b/config.bsd.mk @@ -1,10 +0,0 @@ -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/man - -CFLAGS?=-Os -CFLAGS+=-pedantic -Wall -Wextra -CFLAGS+=-I/usr/include -I/usr/X11R6/include -CFLAGS+=-DVERSION=\"${VERSION}\" -LDFLAGS+=-L/usr/lib -L/usr/X11R6/lib - -LIBS+=-lX11 -lutil diff --git a/config.def.h b/config.def.h @@ -1 +0,0 @@ -char *log_file = "/home/zerous/.pomodoro"; /* set log file */ diff --git a/configure b/configure @@ -1,10 +0,0 @@ -#!/bin/sh - -case `uname` in -OpenBSD) - ln -sf config.bsd.mk config.mk - ;; -*) - echo Unsupported system 1>&2 - ;; -esac