diff options
author | Paul Smith <psmith@gnu.org> | 2013-01-12 22:38:17 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-01-12 22:38:17 -0500 |
commit | 5c69b3fe53c9f05e90cde77ea094af3ef89b45fc (patch) | |
tree | c21c173d3250f9dc5369491a8f84620bb71580de /config | |
parent | 1d298acf9d01e0812e0efb9709439e5c0b8b509c (diff) | |
download | gunmake-5c69b3fe53c9f05e90cde77ea094af3ef89b45fc.tar.gz |
Change configure.in to configure.ac, and other Git fixes.
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.am | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 4ef90d9..003a156 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -15,34 +15,4 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. -EXTRA_DIST = \ - codeset.m4 \ - dospaths.m4 \ - gettext.m4 \ - glibc21.m4 \ - iconv.m4 \ - intdiv0.m4 \ - intmax.m4 \ - inttypes-pri.m4 \ - inttypes.m4 \ - inttypes_h.m4 \ - isc-posix.m4 \ - isc-posix.m4 \ - lcmessage.m4 \ - lib-ld.m4 \ - lib-link.m4 \ - lib-prefix.m4 \ - longdouble.m4 \ - longlong.m4 \ - nls.m4 \ - po.m4 \ - printf-posix.m4 \ - progtest.m4 \ - signed.m4 \ - size_max.m4 \ - stdint_h.m4 \ - uintmax_t.m4 \ - ulonglong.m4 \ - wchar_t.m4 \ - wint_t.m4 \ - xsize.m4 +# Autoconf / automake know how to handle this directory. |