]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Move *.m4's to m4/.
authorSimon Josefsson <simon@josefsson.org>
Wed, 4 Aug 2004 23:36:13 +0000 (23:36 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 4 Aug 2004 23:36:13 +0000 (23:36 +0000)
Makefile.am
acinclude.m4 [deleted file]
m4/libgcrypt.m4 [moved from libgcrypt.m4 with 100% similarity]
m4/libtasn1.m4 [moved from libtasn1.m4 with 100% similarity]
m4/opencdk.m4 [moved from opencdk.m4 with 100% similarity]

index fe3b8165f9cf1f8000cc6f52cbbd89edaf7a93ad..712b84118da7a1702037d3613cc2883321b1b512 100644 (file)
@@ -3,5 +3,7 @@
 EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING COPYING.LIB
 SUBDIRS = includes lib libextra src doc tests
 
+ACLOCAL_AMFLAGS = -I m4
+
 ChangeLog:
        cvs2cl --utc -U .cvsusers --fsf -t -S -I ChangeLog -I .cvs
diff --git a/acinclude.m4 b/acinclude.m4
deleted file mode 100644 (file)
index e3166eb..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-
-sinclude(opencdk.m4)
-sinclude(libgcrypt.m4)
-sinclude(libtasn1.m4)
-
-dnl *-*wedit:notab*-*  Please keep this as the last line.
similarity index 100%
rename from libgcrypt.m4
rename to m4/libgcrypt.m4
similarity index 100%
rename from libtasn1.m4
rename to m4/libtasn1.m4
similarity index 100%
rename from opencdk.m4
rename to m4/opencdk.m4