16 lines
308 B
Text
16 lines
308 B
Text
Remove these hardcoded bits
|
|
|
|
Index: configure
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -21,10 +21,6 @@ datarootdir='$(prefix)/share'
|
|
infodir='$(datarootdir)/info'
|
|
mandir='$(datarootdir)/man'
|
|
sysconfdir='$(prefix)/etc'
|
|
-CXX=g++
|
|
-CPPFLAGS=
|
|
-CXXFLAGS='-Wall -W -O2'
|
|
-LDFLAGS=
|
|
LIBS=-lncurses
|
|
MAKEINFO=makeinfo
|
|
|