Skip to content

Commit

Permalink
Modernize configuration process
Browse files Browse the repository at this point in the history
  • Loading branch information
achlipala committed Dec 27, 2014
1 parent 564ac57 commit 764ef57
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 38,149 deletions.
2 changes: 2 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ syntax: regexp
^libtool$
^config.h$
^stamp-h1$
^compile$
^ar-lib$
10 changes: 1 addition & 9 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4

LIB = @URWEB_LIB@/mail
LIB = @URWEB_LIB@/ur/mail

lib_LTLIBRARIES = liburweb_mail.la

Expand All @@ -9,14 +9,6 @@ liburweb_mail_la_SOURCES = mail.c
AM_CPPFLAGS = -I@URWEB_INC@
AM_CFLAGS = -Wimplicit -Wall -Werror

.PHONY: reauto

reauto:
-autoreconf
libtoolize -cf
automake --add-missing --force-missing --copy
autoreconf

install-exec-local:
mkdir -p $(LIB)
cp lib.urp $(LIB)/
Expand Down
Loading

0 comments on commit 764ef57

Please sign in to comment.