Opened 21 years ago
Closed 21 years ago
#353 closed defect (fixed)
module name is psModule instead of psmodule
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | detrend | Version: | 0.5.0 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
In configure.ac, could you change:
AC_INIT([psModule],...
to
AC_INIT([psmodule],...
so the dist tarballs are named lowercase (just like the pslib tarballs).
Note:
See TracTickets
for help on using tickets.

That was simple enough; the change is in CVS.
-rdd