Opened 21 years ago
Closed 21 years ago
#626 closed defect (fixed)
psModules doesn't 'dist' autogen.sh
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | build | Version: | 0.9.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Please add autogen.sh to EXTRA_DIST.
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvs/repositories/pan-starrs/datasys/IPP/psModule/Makefile.am,v
retrieving revision 1.7
diff -u -r1.7 Makefile.am
--- Makefile.am 18 Oct 2005 19:16:01 -0000 1.7
+++ Makefile.am 8 Dec 2005 23:24:45 -0000
@@ -5,7 +5,11 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA= psmodule.pc
-EXTRA_DIST = Doxyfile.in psmodule-config.in psmodule.pc.in
+EXTRA_DIST = \
+ Doxyfile.in \
+ psmodule-config.in \
+ psmodule.pc.in \
+ autogen.sh
if DOXYGEN
Change History (2)
comment:1 by , 21 years ago
| blocked: | → 628 |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Applied diff to CVS main.
-rdd