(AM_CPPFLAGS): Removed
Showing
3 changed files
with
3 additions
and
5 deletions
1 | ## Process this file with GNU Automake to create Makefile.in | 1 | ## Process this file with GNU Automake to create Makefile.in |
2 | 2 | ||
3 | ## Copyright (C) 2005 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
4 | ## | 4 | ## |
5 | ## GNU Mailutils is free software; you can redistribute it and/or | 5 | ## GNU Mailutils is free software; you can redistribute it and/or |
6 | ## modify it under the terms of the GNU General Public License as | 6 | ## modify it under the terms of the GNU General Public License as |
... | @@ -20,7 +20,6 @@ | ... | @@ -20,7 +20,6 @@ |
20 | INCLUDES = @MU_COMMON_INCLUDES@ @INTLINCS@ | 20 | INCLUDES = @MU_COMMON_INCLUDES@ @INTLINCS@ |
21 | 21 | ||
22 | bin_PROGRAMS = mailutils-config | 22 | bin_PROGRAMS = mailutils-config |
23 | AM_CPPFLAGS = -DGNULIB_ARGP_EXTERN_BASENAME=1 | ||
24 | 23 | ||
25 | mailutils_config_SOURCES = mailutils-config.c | 24 | mailutils_config_SOURCES = mailutils-config.c |
26 | mailutils_config_LDADD = \ | 25 | mailutils_config_LDADD = \ | ... | ... |
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | 20 | ||
21 | INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/libproto/include @INTLINCS@ | 21 | INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/libproto/include @INTLINCS@ |
22 | 22 | ||
23 | AM_CPPFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" -DGNULIB_ARGP_EXTERN_BASENAME=1 | 23 | AM_CPPFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" |
24 | YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap | 24 | YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap |
25 | AM_YFLAGS=-vt | 25 | AM_YFLAGS=-vt |
26 | 26 | ... | ... |
1 | ## Process this file with GNU Automake to create Makefile.in | 1 | ## Process this file with GNU Automake to create Makefile.in |
2 | 2 | ||
3 | ## Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 3 | ## Copyright (C) 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc. |
4 | ## | 4 | ## |
5 | ## GNU Mailutils is free software; you can redistribute it and/or | 5 | ## GNU Mailutils is free software; you can redistribute it and/or |
6 | ## modify it under the terms of the GNU General Public License as | 6 | ## modify it under the terms of the GNU General Public License as |
... | @@ -19,7 +19,6 @@ | ... | @@ -19,7 +19,6 @@ |
19 | 19 | ||
20 | INCLUDES = @MU_COMMON_INCLUDES@ @INTLINCS@ @MU_AUTHINCS@ | 20 | INCLUDES = @MU_COMMON_INCLUDES@ @INTLINCS@ @MU_AUTHINCS@ |
21 | bin_PROGRAMS = movemail | 21 | bin_PROGRAMS = movemail |
22 | AM_CPPFLAGS = -DGNULIB_ARGP_EXTERN_BASENAME=1 | ||
23 | 22 | ||
24 | movemail_LDADD = \ | 23 | movemail_LDADD = \ |
25 | ../lib/libmuaux.la\ | 24 | ../lib/libmuaux.la\ | ... | ... |
-
Please register or sign in to post a comment