summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-04-26 06:05:30 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-04-26 06:05:30 +0000
commitb980c02fdb41c95ad45663137bdf20b3561e7cb0 (patch)
tree4524d0bd1b648af7f37a89c265271711947cab7f
parent7d8af8b5d5ad0fefc5ba3c5b45b75affe6d80db5 (diff)
configure.ac (Sebastian Pipping)
-rw-r--r--Makefile.in2
-rw-r--r--config.h.in2
-rw-r--r--configure.ac (renamed from configure.in)0
-rw-r--r--html/Makefile.in2
-rw-r--r--lang/Makefile.in2
-rw-r--r--libtest/Makefile.in2
-rw-r--r--m4/Makefile.in2
-rw-r--r--man/Makefile.in2
-rw-r--r--src/Makefile.in2
-rw-r--r--templates/Makefile.in2
10 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 0ca0d7c..a582bb0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,7 +42,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
missing mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
diff --git a/config.h.in b/config.h.in
index 21d37a1..dd9abcc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,4 +1,4 @@
-/* config.h.in. Generated from configure.in by autoheader. */
+/* config.h.in. Generated from configure.ac by autoheader. */
/* Check for dlopen in c */
#undef DLLIB
diff --git a/configure.in b/configure.ac
index 16b84a8..16b84a8 100644
--- a/configure.in
+++ b/configure.ac
diff --git a/html/Makefile.in b/html/Makefile.in
index e739995..e3fd817 100644
--- a/html/Makefile.in
+++ b/html/Makefile.in
@@ -39,7 +39,7 @@ host_triplet = @host@
subdir = html
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/lang/Makefile.in b/lang/Makefile.in
index 3ae1ad2..9ea7d47 100644
--- a/lang/Makefile.in
+++ b/lang/Makefile.in
@@ -39,7 +39,7 @@ host_triplet = @host@
subdir = lang
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/libtest/Makefile.in b/libtest/Makefile.in
index 97b8a0a..978c2ca 100644
--- a/libtest/Makefile.in
+++ b/libtest/Makefile.in
@@ -40,7 +40,7 @@ host_triplet = @host@
subdir = libtest
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/m4/Makefile.in b/m4/Makefile.in
index f0350d5..e11b3a3 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -38,7 +38,7 @@ host_triplet = @host@
subdir = m4
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/man/Makefile.in b/man/Makefile.in
index d21dba4..894164b 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -38,7 +38,7 @@ host_triplet = @host@
subdir = man
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/src/Makefile.in b/src/Makefile.in
index f293b62..357edff 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -45,7 +45,7 @@ bin_PROGRAMS = proxytrack$(EXEEXT) httrack$(EXEEXT) htsserver$(EXEEXT)
subdir = src
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/templates/Makefile.in b/templates/Makefile.in
index 426adf8..9ad0703 100644
--- a/templates/Makefile.in
+++ b/templates/Makefile.in
@@ -39,7 +39,7 @@ host_triplet = @host@
subdir = templates
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs