diff options
| author | Alexander Barton <alex@barton.de> | 2012-09-24 20:40:31 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-09-24 20:40:31 +0200 |
| commit | e65a35e964e6a32de748f18e1f70ffe2ad146119 (patch) | |
| tree | cf72233542cfd00c5e5dff484e9ae88a62c02e84 /Makefile.am | |
| parent | 78d189fbf745741f42271557206cdde60d3ae857 (diff) | |
| download | ngircd-e65a35e964e6a32de748f18e1f70ffe2ad146119.tar.gz ngircd-e65a35e964e6a32de748f18e1f70ffe2ad146119.zip | |
Rename configure.in to configure.ac
This fixes automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' when running the autogen.sh script.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1edd751b..43b37e75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ clean-local: maintainer-clean-local: rm -rf autom4te.cache - rm -f Makefile.in Makefile aclocal.m4 configure + rm -f Makefile.in Makefile aclocal.m4 configure configure.ac rm -f ar-lib mkinstalldirs missing depcomp install-sh rm -f config.log debian |